RSA in python
plahey at alumni.caltech.edu
plahey at alumni.caltech.edu
Fri Feb 17 14:49:46 EST 2006
More information about the Python-list mailing list
Fri Feb 17 14:49:46 EST 2006
- Previous message (by thread): RSA in python
- Next message (by thread): RSA in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Looking at the api documentation again, it is possible that they want this: pubkey = open( 'pubkey.pem', 'rb' ).read() # binary read here? rsa = M2Crypto.RSA.load_pub_key(pubkey) Anyway, things to play with...
- Previous message (by thread): RSA in python
- Next message (by thread): RSA in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list