Óscar García Amor

Results 111 comments of Óscar García Amor

> The plan is to remove user password profiles. The problem with that is that when you have about 500 different logins it is a bit complicated to remember which...

Moreover, what you propose is already implemented in multiple solutions (with the LessPass algorithm): - In C: https://github.com/monolifed/lpcli (repository archived but works correctly because the algorithm has not changed) -...

> Again, if you use LessPass and change the options for each of your passwords, you need a password manager. The biggest problem is not the options, it's the counter....

@edouard-lopez There are many options for exporting profiles, you can use [my own client implementation in Rust](https://github.com/ogarcia/lesspass-client): 1. Donwload latest binary from [releases](https://github.com/ogarcia/lesspass-client/releases) or [build it](https://github.com/ogarcia/lesspass-client#from-source). 2. Run `lesspass-client -u...

I am happy to tell you that my implementation of the lesspass command line in Rust, [lesspass-client](https://github.com/ogarcia/lesspass-client) is complete. This means that it supports all options. You can list, create,...

> Also instead of exporting passwords from LessPass, why not migrate profiles themselves to Bitwarden? That could be an option. They are different concepts. On the one hand Bitwarden stores...

> In my opinion, Bitwarden for storing profiles instead of passwords would be even more secure than hosting your local db, even hosting your profiles db is better than keeping...

> It's (much) easier to brute force a LessPass generated password than a Keepass vault. @guillaumevincent I'm sorry, but I disagree with that statement. The difficulty (talking about finding the...

@guillaumevincent I just realized that with the latest update of the plugin it is not possible to create new accounts, I understand that it is because you do not want...

I honestly don't think multipath works in OpenWrt as it tries to modify aspects of the system itself. I think the best thing to do is to configure bonding in...