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

Caching session keys derived from passwords #5

Open
amake opened this issue Dec 26, 2023 · 0 comments
Open

Caching session keys derived from passwords #5

amake opened this issue Dec 26, 2023 · 0 comments

Comments

@amake
Copy link

amake commented Dec 26, 2023

I have a use case where I may need to decrypt multiple cyphertexts symmetrically encrypted with the same password.

Currently it seems that I must pay the penalty for converting the password to a session key (several seconds on mobile hardware) once for every cyphertext.

Is there any way to cache the session keys so that the conversion only happens once?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant