Skip to content

Caching session keys derived from passwords #5

@amake

Description

@amake

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions