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
If the key is already encrypted in the Login File with the latest encryption version, take the encrypted key from there, instead of expensively re-encrypting the Key (involving a pbkdf2 password derivation) on storage to the KeyStore on login.
If the key is already encrypted in the Login File with the latest encryption version, take the encrypted key from there, instead of expensively re-encrypting the Key (involving a pbkdf2 password derivation) on storage to the
KeyStoreon login.