|
|
|
|
|
by teraflop
4025 days ago
|
|
This is misleading. If you follow the links to the Chromium bug tracker, you'll note that Chrome integrates with the GNOME and KDE encrypted password managers when they're available. If they're not, it falls back to storing passwords itself with obfuscation, which is the best it can do. (On Windows and OS X, it uses CryptProtectData and the Keychain API, respectively.) https://code.google.com/p/chromium/wiki/LinuxPasswordStorage |
|
But yeah, it pretty much looks for any sort of secure credential manager and falls back to the fixed key only when nothing is available.