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 AES encryption (128 and 256 bits) #204

Merged
merged 8 commits into from
Sep 19, 2018

Conversation

dennwc
Copy link

@dennwc dennwc commented Sep 19, 2018

PR implements the AESv3 (R=5-6) encryption.

It also exposes encryption algorithms AESv2 (128 bit, R=4) and AESv3 (256 bit, R=6 only) to the user by adding an Algorithm option to EncryptionOptions.

Resolves #198.

Copy link
Contributor

@gunnsth gunnsth left a comment

Choose a reason for hiding this comment

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

Great. Passes builds and manual tests with Adobe.

@gunnsth gunnsth merged commit 6f85ca4 into unidoc:master Sep 19, 2018
@dennwc dennwc deleted the aes3_encrypt branch September 19, 2018 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants