Skip to content
New issue

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

[Feature]: User encryption key stored in session storage as SHA-256 hash value #23

Open
philll11 opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@philll11
Copy link
Collaborator

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

@philll11 philll11 added the enhancement New feature or request label Jan 15, 2025
@philll11 philll11 self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant