How to decrypt openSSL PKCS#7
Diogoku opened this issue · 2 comments
Diogoku commented
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.
Diogoku commented
Thank you! Do you know any python library that supports it?