You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: