fullsailor / pkcs7

Implements a subset of PKCS#7/Crytpographic Message Syntax (rfc2315, rfc5652)
MIT License
123 stars 201 forks source link

Encrypt: Add support for AES-256-CBC #22

Open msvechla opened 6 years ago

msvechla commented 6 years ago

Hello,

Thanks for this awesome module! As decryption was already added for AES-256-CBC, I now also added encryption support!

This can be selected with the usual ContentEncryptionAlgorithm variable. I also added it to the test suit for verification.