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

AES encrypt/decrypt padding option #867

Closed
wants to merge 3 commits into from
Closed

AES encrypt/decrypt padding option #867

wants to merge 3 commits into from

Conversation

Storms-Engineering
Copy link
Contributor

This is an initial pull request. This pull breaks some of the tests, which I haven't had time to work through yet. This does add support whether or not you want padding added to the encryption/decryption. It doesn't have any nice error messages, or any checks on padding. But I wanted to at least add this to the pull, so it can be reviewed, since I don't have time to do the rest at the moment. This is for issue #567.

Storms-Engineering added 3 commits October 12, 2019 08:44
Encryption operation now checks the length of the IV.  Also changed test to use utf8 instead of HEX because the hex string wasn't valid.
Added new padding option to AESencryption/decryption that asks if they want padding or not.
@n1474335
Copy link
Member

n1474335 commented Nov 6, 2019

Hi @Storms-Engineering, thanks for raising this. I'm going to close it for now as it's a fair way off completion. If you get it into a more complete state, feel free to resubmit.

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.

2 participants