|
|
|
|
|
by Someone1234
3817 days ago
|
|
> Chrome and firefox both store saved passwords in plain-text in easily accessible local databases. All password managers store plain text passwords. That's literally a requirement for them to work at all. Chrome encrypts the password in the SQLite database[0] using Windows' CryptProtectData() API, and Firefox encrypts the passwords either using your master password, or if none is set then it encrypts but stores the encryption key in the key3.db. > Don't rely on them to keep passwords safe. You've presented no justification for that. If you're using a root compromised machine then no password manager is safe. If your machine is secure then your passwords are secure in both Chrome and Firefox, but more secure in Chrome. [0] http://www.howtogeek.com/70146/how-secure-are-your-saved-chr... |
|
I'm not sure this is what you mean to say, because, obviously, good password managers don't store passwords in cleartext.