Ask HN: What is your password management solution?
11–20 of 320 posts
Re: Ask HN: What is your password management solution?
#121Password & gopass (https://www.justwatch.com/gopass/, it's "pass" compatible if you are using that already). I don't really mind the subscription service as it works fine across all platforms I use.
Re: Ask HN: What is your password management solution?
#13`pass` is a nice command line tool that stores gpg2 encrypted password files. It's simple, super handy and doesn't require you to trust any third party with what you're storing.
website: https://www.passwordstore.org/
man page: https://git.zx2c4.com/password-store/about/
Re: Ask HN: What is your password management solution?
#14I wrote https://github.com/mozilla/sops to manage secrets in our deployments, and also use it as my personal password store, to encrypt a file stored in a private git repo.
Re: Ask HN: What is your password management solution?
#15KeePass inside of a Qubes OS qube.
Re: Ask HN: What is your password management solution?
#16Password Safe + pwSafe ios and mac clients + Dropbox
Re: Ask HN: What is your password management solution?
#17https://www.lastpass.com
Free to use, auto password generation, has an iOS app with thumb print unlock (saves you from typing in a long master password).
I personally really enjoy it.
Re: Ask HN: What is your password management solution?
#18Enpass is what you are looking for!
I too use enpass. Syncs your password vault to OneDrive, Dropbox. (It's just an encrypted file)
Re: Ask HN: What is your password management solution?
#19> I want something that keeps an encrypted file that I can put in dropbox FWIW You can do this with 1Password. Preferences > Sync > Sync with Dropbox
This, IIRC, requires an older version of 1Password. Version 4, from the "Who moved my cheese" discussion of 1Password's most recent subscription changes.
Re: Ask HN: What is your password management solution?
#20I wrote https://github.com/mozilla/sops to manage secrets in our deployments, and also use it as my personal password store, to encrypt a file stored in a private git repo.
That is so cool! Just what I (and so many others) are looking for. Can it handle typesafe's config too? https://github.com/typesafehub/config/