• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Best Password Manager Software?

GizmoFreak

Golden Member
Does anyone have experience with Password Manager software?

I'm looking for the most reliable, most secure one out there. Any thoughts or suggestions?
 
Is it very secure? Is it easy to delete off the machine and not have your passwords still floating around on that machine in some system folder?

There seems to be so many right now. Norton Password Manager, Roboform, Passcrypt, Accountlogon, etc etc
 
* KeePass supports the Advanced Encryption Standard (AES) and the Twofish algorithms to encrypt its password databases.
* Both ciphers are regarded as very secure by the cryptography community. Banks are using these algorithms, too.
* Even if you would use all computers in the world to attack one database, decrypting it would take longer than the age of the universe.
* Even quantum computers won't help that much, the algorithms are symmetric so its complexity would be reduced to its square root, anyway, the sun will go nova before you have decrypted the database.
* The complete database is encrypted, not only the password fields. So your usernames, notes, etc. are hidden, too.
* SHA-256 is used as password hash. SHA-256 is a 256-bit cryptographically secure one-way hash function. Your master password is hashed using this algorithm and its output is used as key for the encryption algorithms (AES and Twofish).
* SHA-256 is based on the design of SHA-1 (160-bit), its precedessor. No attacks are known against SHA-1 and the SHA-2 familiy (256-, 384- and 512-bits), in contrast to many other algorithms like MD5 or MD4.
* The passwords are even encrypted while KeePass is running, so if Windows caches the KeePass process to disk this wouldn't reveal the passwords anyway.
* Also see the security information page.

The program is very small and does not need to be installed. Database files can easily be deleted.
 
Back
Top