@peanutbutter144
I've used LastPass for quite some time. Any reason why you kicked it off your list of considerations? Very interested to hear and learn!
(I'm making the assumption you know about that one as well, of course, which might not be true though.)
@peanutbutter144 I’m using pass (https://www.passwordstore.org/) and it fulfills my needs. I interact with it via cli, rofi-pass (and password-store.el).
Never had any problems so I’m quite content with it.
I'm also a happy user of pass—so happy that I built a bit of a companion app called #passgen (https://passgen.codesections.com).
It's a passphrase generator that uses the same style as pass. (Because a passphrase will be both more secure and easier to type than a password) It pipes it output to standard out, so it works well with pass: you can generate a new password and store it with pass with `pass-gen -e | pass -e USERNAME`
End of self promotion, but yeah, pass is really great!