Skip to content

Don't reuse cipher object - #6

Open
dgburr wants to merge 1 commit into
bierschi:masterfrom
dgburr:dgburr/no-cipher-reuse
Open

Don't reuse cipher object#6
dgburr wants to merge 1 commit into
bierschi:masterfrom
dgburr:dgburr/no-cipher-reuse

Conversation

@dgburr

@dgburr dgburr commented Oct 15, 2023

Copy link
Copy Markdown

Cipher objects are stateful, meaning that it is not possible to reuse the same object to decrypt multiple passwords. With the current implementation the first password will be decrypted successfully but all subsequent decryptions will fail.

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

Successfully merging this pull request may close these issues.

1 participant