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
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
As part of the new KeyringController API, there's a need to improve the current encryption logic for the vault.
Today the user's password directly encrypts the vault, there's an improvement opportunity where the KeyringController can use an encryption key to encrypt the vault. Next is presented the specific steps for two use cases,
Description
As part of the new
KeyringController
API, there's a need to improve the current encryption logic for the vault.Today the user's password directly encrypts the vault, there's an improvement opportunity where the KeyringController can use an encryption key to encrypt the vault. Next is presented the specific steps for two use cases,
Use Case: Lock the vault
Use Case: Unlock the vault
Acceptance Criteria
Reference
The text was updated successfully, but these errors were encountered: