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

Dev #21

Merged
merged 3 commits into from
Oct 8, 2023
Merged

Dev #21

merged 3 commits into from
Oct 8, 2023

Conversation

nd1012
Copy link
Owner

@nd1012 nd1012 commented Oct 8, 2023

No description provided.

+ Added HMAC SHA3-512 as PAKE default MAC algorithm
+ Added AES 256-GCM as PAKE default encryption algorithm
* Default encryption algorithm for `BouncyCastle.SetDefaults` is Serpent 256 CBC now
* `BouncyCastleAeadStreamCipherAlgorithmBase` is now `BouncyCastleAeadCipherAlgorithmBase`
+ Added `BouncyCastleCipherAlgorithmBase`
+ Added `BouncyCastleBufferedCipherAlgorithmBase`
+ Added Serpent encryption algorithm (using 256 bit key and PKCS#7 padding in CBC and GCM mode)
+ Added Twofish encryption algorithm (using 256 bit key and PKCS#7 padding in CBC and GCM mode)
+ Added AES-256-CBC encryption algorithm as replacement for `wan24-Crypto`
- Fixed `BouncyCastleCryptoTransform`
@nd1012 nd1012 added bug Something isn't working enhancement New feature or request labels Oct 8, 2023
@nd1012 nd1012 self-assigned this Oct 8, 2023
@nd1012 nd1012 merged commit 290ff12 into main Oct 8, 2023
1 check passed
@nd1012 nd1012 deleted the dev branch October 8, 2023 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant