-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
OpenPGP Keys lost on fresh session #973
Comments
Correct. Keys stored on server are not loaded in OpenPGP.js The settings page could have enhancements in the OpenPGP.js section
The settings page could also have a new section named "Backup" |
Private keys I can understand due to the additional authentication step, this issue affects all keys including the public. Is there a way to prevent average users from accidentally clearing their keys? (Meaning users who wouldn't have a regular reason to start fresh sessions). Is there an expiration time that can be modified to prevent a natural decay of the keys or would this only occur when a fresh session is forced for the browser? |
No, users should always manage that themselves. |
OpenPGP.js doesn't require keys when GnuPG works and has keys. If you don't trust the server, then the only problem is sign and decrypt because they use private keys. |
Describe the bug
Encryption keys are cleared when the browser cache is cleared or when used in an incognito tab regardless of store and backup settings.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Keys persist in Snappymail regardless of cache when store and backup options are selected
Screenshots
Generate Key Pair completed form
Resulting Key Pair
Missing Keys
Please complete the following information:
Debug/logging information
Not sure which logs are needed, if any, let me know and I will attach.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: