You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev
Hi,
I've noticed that on Android, login data is encrypted via a hard-coded key. [1]
According to Chrome Security FAQ [2], it seems that in other major platforms, Chromium generates and stores an encrption key using OS's user storage.
I'm curious if we have a plan for improving the hard-coded key on Android using platforms's secure storage, like Android keystore system. [3]
Or, has there been any security decision like, a hard-coded key is safe enough especially on Android platform because login data is stored in app local storage?