pyca/pyopenssl

How to decrypt openSSL PKCS#7

Diogoku opened this issue · 2 comments

Hello,

Is there a way in pyopenssl to decrypt a file encrypted by openSSL with PKCS7? If so can you point me to the method I should use on pyopenssl?

Thank you in advance

alex commented

No, we don't currently have support for decrypting PKCS7 blobs.

Thank you! Do you know any python library that supports it?