I'm talking about personal passwords too, but mostly I'm thinking about work passwords. Your client's hosting or domain registrar password, the system db admin password, your basecamp password, etc. etc., etc., -you can't remember them all, what do you do so that they're secure, but you can access a system when you're not in front of your main machine? Or instead of a super-mega secure bunch of passwords (that you change regularly, like they say you should), is it better to have a single (or a couple) secure one(s) you can remember, then not have to keep anywhere?
Ask HN: where to keep passwords
1–10 of 12 posts
Re: Ask HN: where to keep passwords
#2Re: Ask HN: where to keep passwords
#3A new authentication device will be available later this year - based on Hitachi's Finger Vein imaging (VeinID) and fingerprint identification technology.
Re: Ask HN: where to keep passwords
#4ctrl+x y
$ gpg -c passwords
and you have all your passwords in a password protected and encrypted file. To decrypt:
$ gpg passwords.gpg
Re: Ask HN: where to keep passwords
#5$ nano passwords ctrl+x y $ gpg -c passwords and you have all your passwords in a password protected and encrypted file. To decrypt: $ gpg passwords.gpg
Re: Ask HN: where to keep passwords
#61Password. http://agilewebsolutions.com/products/1Password
Re: Ask HN: where to keep passwords
#7$ nano passwords ctrl+x y $ gpg -c passwords and you have all your passwords in a password protected and encrypted file. To decrypt: $ gpg passwords.gpg
sounds ok, does the -c mean that I don't need to make any keys, like if I look at the file on another computer?
even better - when you need certain password you can do:
$ gpg -d passwords.gpg | grep yradunchev@mail.me
and you will get the password for that mail account only and the entire encrypted file will stay encrypted and never will be saved as plain text file on the system you use at the moment.
Re: Ask HN: where to keep passwords
#81Password. http://agilewebsolutions.com/products/1Password
+1 for 1Password. It also can generate difficult passwords for you, so you're not even aware of what they are. Add private sharing via Dropbox and your secure passwords are with you on every machine.
Wouldn't that expose your passwords to a prying DropBox admin? I don't use DB, so I'm not sure whether you generate your own key to encrypt data at rest.
Re: Ask HN: where to keep passwords
#9Earlier quoted context omitted.
+1 for 1Password. It also can generate difficult passwords for you, so you're not even aware of what they are. Add private sharing via Dropbox and your secure passwords are with you on every machine.
"private sharing via Dropbox" Wouldn't that expose your passwords to a prying DropBox admin? I don't use DB, so I'm not sure whether you generate your own key to encrypt data at rest.
Re: Ask HN: where to keep passwords
#101Password. http://agilewebsolutions.com/products/1Password