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

Updated Blockcrypt algorithm to version 1 #7

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

christoffercarlsson
Copy link

@christoffercarlsson christoffercarlsson commented Oct 21, 2024

Hey @sunknudsen,

This is a work-in-progress PR that updates the Blockcrypt algorithm to version 1 as we've been discussing:

  • Using ChaCha20-Poly1305 as a single authenticated encryption scheme instead of AES-256-CBC (for headers) and AES-256-GCM (for data).
  • Blocks are now fixed size (which is determined during encryption), where the encrypted headers and data are laid out as a continuous byte sequence.

Will update this PR as work on version 1 progress over time.

Looking forward to hearing your thoughts on this!

Thanks,
Chris

@christoffercarlsson christoffercarlsson marked this pull request as ready for review October 28, 2024 06:52
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