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
Task description
The browser wallet uses AES-GCM to encrypt the seed phrase. This task should extend utils to support decrypting an AES-GCM cipher text, so that it can be used to decrypt the seed phrase from the browser wallet. The format used by the browser wallet is similar to the existing AES-256, but with a different encryptionMethod.
Task description
The browser wallet uses AES-GCM to encrypt the seed phrase. This task should extend
utils
to support decrypting an AES-GCM cipher text, so that it can be used to decrypt the seed phrase from the browser wallet. The format used by the browser wallet is similar to the existing AES-256, but with a differentencryptionMethod
.The text was updated successfully, but these errors were encountered: