-- http://mail.python.org/mailman/listinfo/python-list
I have a public key, and I want to write a method that verify a string
which is a signature signed by this public key's private key. And is
M2Crypto I can't find algorithm named "SHA1WithRSA" or so . Could anyone
help me?
- How to verify a signature using SHA1WithRSA with python Gao