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

Improve credentials storage security #14

Open
AntoineTurmel opened this issue Apr 29, 2018 · 0 comments
Open

Improve credentials storage security #14

AntoineTurmel opened this issue Apr 29, 2018 · 0 comments
Labels
enhancement New feature or request security

Comments

@AntoineTurmel
Copy link
Owner

Currently the password of the user and the rest of information is store in plain text in storage.js using the WebExtension storage.
It would be nice to propose alternative strategies to enforce security such as:

  • Ask the password at every Firefox session start
  • Ask the password on the first call then remember it for the rest of Firefox session
  • Store the password as base64... not really secure but it helps clutter a bit
@AntoineTurmel AntoineTurmel added enhancement New feature or request security labels Apr 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request security
Projects
None yet
Development

No branches or pull requests

1 participant