pycrypto rsa string decryption

joblack johannes.black at gmail.com
Thu Jul 22 13:47:26 EDT 2010


I have an encrypted string and a key string (512 bits long). After
studying the pycrypto documentation I still don't get how to read the
private key and decrypt the string.

- read the 512 bit string as private key
- decrypt the encrypted string with rsa

Any short code example how to do that?

Greetings and thanks



More information about the Python-list mailing list