|
|
|
Ask HN: Where are you storing your passwords?
|
|
9 points
by icoloma
4860 days ago
|
|
Linux passwords, database passwords, third-party system passwords, mail passwords... At some point they have to be written down somewhere, and the possibility of a plain text file leaking online gives me the creeps. Manual encryptation means that at some point (while editing) it exists unencrypted on disk, and a leak could happen (a backup copy of your text editor, for example). I am not talking about browser plugins that can help only with web-based interfaces. The mix-up of interfaces means that at some point you have to write them down, securely. How are you guys doing it? |
|
From their website:
KeePass is a free open source password manager, which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key file. So you only have to remember one single master password or select the key file to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish).
I'm always keen to manage my passwords in the best possible way, so I'll be following this discussion closely to see if I should be modifying my tools and practices.