|
|
|
|
|
by Someone1234
3044 days ago
|
|
If that's the case that's a choice Google made. Windows via the CryptProtectData API[0] allows you to protect data via the user's session just like the Gnome Keyring/KDE Wallet. But as you pointed out, another process with the same privileges can decrypt it making it pretty pointless in both cases. Only way to securely do it is to prompt the user for a decryption key each time they open the browser which has usability issues but Firefox offers it via the Master Password functionality. [0] https://msdn.microsoft.com/en-us/library/windows/desktop/aa3... |
|