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

ssh-cipher: add Decryptor and Encryptor #253

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

tarcieri
Copy link
Member

Adds stateful types which can incrementally decrypt/encrypt data in CBC or CTR modes.

Closes #164

Adds stateful types which can incrementally decrypt/encrypt data in CBC
or CTR modes.

Closes #164
@tarcieri tarcieri merged commit e64c44f into master Jul 28, 2024
20 checks passed
@tarcieri tarcieri deleted the ssh-cipher/stateful-decryptor-and-encryptor branch July 28, 2024 22:35
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.

ssh-cipher: Cipher::{encrypt, decrypt} does not persist cipher state.
1 participant