We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User encryption key is currently saved as plain text when it is written to the browser session storage (chrome.storage.session).
For increased security, store the encryption key as a SHA-256 hash value.
Improved security
Reduces potential vulnerability by removing plain text key from storage
The text was updated successfully, but these errors were encountered:
philll11
When branches are created from issues, their pull requests are automatically linked.
Feature Description
User encryption key is currently saved as plain text when it is written to the browser session storage (chrome.storage.session).
For increased security, store the encryption key as a SHA-256 hash value.
Use Case
Improved security
Proposed Solution
Reduces potential vulnerability by removing plain text key from storage
The text was updated successfully, but these errors were encountered: