Live data from Hacker News

Ask HN: What is the best password manager available today?

news.ycombinator.com

61–70 of 75 posts

Re: Ask HN: What is the best password manager available today?

#62
post #2

For cloud-synched across devices: BitWarden. For maximum security (no cloud sync): KeePassXC In both cases an essential feature applies: if you forget your master password you've lost access to your password database.

Use Vaultwarden and self host the backend

Re: Ask HN: What is the best password manager available today?

#63
post #15

I use Secrets ( https://outercorner.com/secrets-mac/ ) which syncs via iCloud. Definitely not perfect, especially if you're not heavily within the Apple ecosystem, but at least it's native and doesn't require a subscription.

Is there a compelling reason to use this over iCloud Keychain?

Does iCloud Keychain really have support for anything other than Safari?

Re: Ask HN: What is the best password manager available today?

#66

pass, the standard unix password manager: https://www.passwordstore.org/

pass has issues: https://rot256.dev/post/pass/ This is very much a case of "don't invent your own cryptosystem", especially not in bash.

PGP has a kind of authentication called MDC which is kind of a MAC. Changes to ciphertext are detected.

The metadata leakage is not good from a privacy standpoint, but brings about much more important security benefits that are mentioned in the post. Using Gopass will hide metadata.

Re: Ask HN: What is the best password manager available today?

#69
post #63

Earlier quoted context omitted.

Is there a compelling reason to use this over iCloud Keychain?

Does iCloud Keychain really have support for anything other than Safari?

I use it everywhere on ios and macos except maybe for my second browser (firefox)

Re: Ask HN: What is the best password manager available today?

#70
post #15

I use Secrets ( https://outercorner.com/secrets-mac/ ) which syncs via iCloud. Definitely not perfect, especially if you're not heavily within the Apple ecosystem, but at least it's native and doesn't require a subscription.

Do you have to pay separately for the mac and ios versions?
Post reply on HN