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
The identity in local storage needs to be password protected.
Requirements:
The password should be set on importing/creating an identity.
The password should not be saved anywhere
The password should only live in a temporary variable that unencrypts the identity in local storage, and the unencrypted identity only lives in a stateful variable. (aka, if you refresh the page, or the webapp reloads, you need to put in your password again)
The text was updated successfully, but these errors were encountered:
The identity in local storage needs to be password protected.
Requirements:
The text was updated successfully, but these errors were encountered: