Ask HN: What password managers can you recommend?
31–40 of 136 posts
Re: Ask HN: What password managers can you recommend?
#32Why are Dropbox and iCloud preferable to 1Password sync?
I’m curious about this too. 1Password used to sync to a file that could be backed up to iCloud/Dropbox/drive and I wished they’d kept it that way, but it at least partially suggests they may have stuck with full client-side encryption (I have not verified)
Re: Ask HN: What password managers can you recommend?
#33Bitwarden. The free version does everything I need from a password manager (which is to store, sync and generate passwords); decent browser extension, decent mobile app.
I use Bitwarden, but the lack of auto type on Desktop as well as the limited selection of symbols of the password generator annoys me a lot
The limited subset is that they're easily typeable on a normal English keyboard without having to resort to on-screen keyboards or alt sequences.
Re: Ask HN: What password managers can you recommend?
#34With git or whatever you want for sync, and whatever GPG-compatible security device you want for encryption.
I swear, pass is the piece of software that has improved my digital life the most per line of code in the software.
Re: Ask HN: What password managers can you recommend?
#35I hear you about problems with a server/subscription-based model, but a) it's the least of all evils, and b) I've come to enjoy financially supporting them (i.e. my subscription means they can keep making great software, which is definitely valuable to me).
Re: Ask HN: What password managers can you recommend?
#36I hate what 1Password has become, and how user-hostile Agile Bits are. BUT after the last bait and switch they pulled I tested _every single password manager on the market_, and the bad news is that the others are all worse. The only two I found that I liked, but sadly lacked at least one feature that we need, were Secrets [0] and Elpass [1]. I think both might fail your requirements list too. I've begrudgingly had t…
Re: Ask HN: What password managers can you recommend?
#37Bitwarden. The free version does everything I need from a password manager (which is to store, sync and generate passwords); decent browser extension, decent mobile app.
Re: Ask HN: What password managers can you recommend?
#38Bitwarden can be self-hosted. $10/year subscription cost is well, well worth it. If you don't self-host, note that everything is encrypted before being stored at bitwarden. They don't have access to your passwords.
Having a reliable, stable PW manager with a good app and TOTP capabilities feels like a steal at that price.
Re: Ask HN: What password managers can you recommend?
#39https://www.passwordstore.org/
Pass uses GPG under the hood for encrypting the password store. I use an OpenPGP smartcard (a Yubikey in my case) to decrypt the password files. I synchronize the store across devices using Git. There are good autofill implementations for Firefox and for Android. When I need a password, the autofill prompts me to insert my Yubikey and enter in the unlock PIN, which I find more convenient than a master password. Crypto functions are offloaded to the Yubikey with a (theoretically) very difficult to extract private key, so unless somebody swipes that they can't get into my passwords.
I mostly followed this guide for setting it up: https://dehnes.com/software/2020/04/03/password_management_y...
Re: Ask HN: What password managers can you recommend?
#40[0]: https://www.brycewray.com/posts/2021/06/two-paths-password-m...
[1]: https://www.brycewray.com/posts/2021/08/1password-hits-fan/