Hi Allall,
I found a public RSA key that is being used with encrypting strings with a javascript library located in: http://www-cs-students.stanford.edu/~tjw/jsbn/
This web page says that have the library takes modulus of an RSA keys in "PKCS#1 encryption-style padding (type 2)" format.And the public keyI've found must be formatted in pkcs#1. I want to use this public key with a RSA the Python library that loads just pem files.Thereby"M2Crypto", but it requires a public key in PEM format.
Thus, I have to convert the RSA key modulus to a pem PEM file.
The file I've modulus can be found : http://paste.pocoo.org/show/118040/here.
Any ideas?
Thanks a lot, hevalbaranov
