Re: How to verify a signature using SHA1WithRSA with python

2010-03-29 Thread geremy condra
On Mon, Mar 29, 2010 at 2:42 AM, Gao wrote: > 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? > -- > http://mail.python.

How to verify a signature using SHA1WithRSA with python

2010-03-28 Thread Gao
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? -- http://mail.python.org/mailman/listinfo/python-list