fullsailor / pkcs7

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

Add public interface for encrypted-data content creation #16

Closed rautammi closed 7 years ago

rautammi commented 7 years ago

Hello,

I have a need for encrypting data for local storage, with a key derived from a pass-phrase. I added a public interface for ECI creation, and also changed ECI decryption as public interface. Had to touch other functions too to enable encryption with a key given as a parameter.

rautammi commented 7 years ago

Removing my fork