Hi all,
I have the modulus of an RSA public key. I want to use this public key with the Python library "M2Crypto", but it requires a public key in PEM format.
Thus, I have to convert the RSA modulus to a PEM file.
The modulus can be found here.
Any ideas?
Thanks a lot, hevalbaranov