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

Added support for AES256 CBC encryption #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nelsonghezzi
Copy link

@nelsonghezzi nelsonghezzi commented Nov 5, 2020

I stumbled upon the need for AES256 CBC encryption. This PR adds support for it.

This module is the easiest (if not the only) implementation for working with PKCS#7/CMS enveloped messages in Go I have found so far, so it would be useful to expand it with more algorithms.

Altough there is a similar PR (#22) addressing the same feature, the code in this one is more similar to the other methods (particularly encryptDESCBC), which will help to factor out commonalities among them in the future.

Thanks!

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