-
-
Notifications
You must be signed in to change notification settings - Fork 257
BlockCipher Encoder with initial AES support #31
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
Conversation
update from master
ffraenz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing! This will be a nice addition to the modern cryptography section. I left a few comments that should be addressed before merging. Just let me know if you need anything.
|
I've made some changes. Would you allow to me to push them into your PR? I am getting different results for I would disable |
|
Please do push them into the PR. |
|
I pushed my changes to the |
|
Thank you for contributing! |
|
You're very welcome! S. ---- On Wed, 24 Oct 2018 15:38:18 -0200 Fränz Friederes <[email protected]> wrote ---- Thank you for contributing! — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.
|
Fixed base64 extracts from JSON (ByteSetting)
Added BlockCipher Encoder with support for AES-128/192/256 support (ECB, CBC, CTR modes).
100% pass for node tests.
As usual, webCrypto has variable support for modes and key-sized (grrrr). May need monkey-patching support for different combinations, but as at some point I intend to add DES as an algorithm, for which webCrypto has no support anyway .. this should/will be automatic