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

JetStream Encryption at Rest #2302

Merged
merged 2 commits into from Jun 22, 2021
Merged

JetStream Encryption at Rest #2302

merged 2 commits into from Jun 22, 2021

Conversation

derekcollison
Copy link
Member

This adds in encryption at rest for JetStream. Supports XChaChaPoly1305 and ChaCha20 for message blocks since we use highway hash and sequence numbers already for authentication.

/cc @nats-io/core

Signed-off-by: Derek Collison <derek@nats.io>
This supports XChaChaPoly1305 for Seal and Open and ChaCha20 for our message blocks which use highway hashes and sequence numbers for authenticity.
We support snapshot and restore as well.

Signed-off-by: Derek Collison <derek@nats.io>
Copy link
Member

@kozlovic kozlovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

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.

None yet

3 participants