|
|
|
|
|
by ssalazar
3816 days ago
|
|
> 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 If its encrypted, then its not plaintext. Its ciphertext. In infosec lingo plaintext specifically refers to the unencrypted and otherwise unaltered original information. |
|