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

Implement Stream cipher encryption for Java using ChaCha20Poly1305 #398

Closed
wants to merge 12 commits into from

Conversation

sushantmimani
Copy link
Contributor

@sushantmimani sushantmimani commented Nov 18, 2021

  • Add a stream cipher implementation
  • Add/Expose a new API that let's user encrypt/decrypt a data stream
  • Documentation updates

@sushantmimani sushantmimani linked an issue Nov 18, 2021 that may be closed by this pull request
@sushantmimani sushantmimani marked this pull request as draft November 18, 2021 23:25
@jgowdy
Copy link
Contributor

jgowdy commented Feb 8, 2022

As we discussed, I suggest splitting this PR between adding a Stream interface and adding ChaCha20 support.

@sushantmimani
Copy link
Contributor Author

This feature is not going to be implemented right now.

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.

[Java] Add capability to use stream ciphers
2 participants