You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now we are storing wallet data in plain in localstorage. Only the wallet key is encrypted.
Even though the extension is running in its own sandbox and other services/extensions should not be able to read the data this is a security issue.
We should encrypt all localstorage entries.
The text was updated successfully, but these errors were encountered:
As of now we are storing wallet data in plain in localstorage. Only the wallet key is encrypted.
Even though the extension is running in its own sandbox and other services/extensions should not be able to read the data this is a security issue.
We should encrypt all localstorage entries.
The text was updated successfully, but these errors were encountered: