show/hide this revision's text 4 Add information provided in comments that reveal the true nature of the question.

Converting PKCS#1 to How can I create a RSA public key in PEM Fileformat from an RSA modulus?

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

show/hide this revision's text 3 edited tags
show/hide this revision's text 2 edited tags
show/hide this revision's text 1