fullsailor / pkcs7

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

RSA-SHA-256 support in Encrypt() and Decrypt() #18

Closed rafaeljusto closed 7 years ago

rafaeljusto commented 7 years ago

Hi,

I need to add support for the content encryption algorithm RSA 2048 and SHA 256 (sha256WithRSAEncryption). Could you please give me some tips on how to implement it so I can send a PR?

Many Thanks!

rafaeljusto commented 7 years ago

Sorry, forget about it. I misunderstood the concept.