How can I create an RSA public key in PEM format from an RSA module?

I have an RSA public key module. I want to use this public key with the Python library "M2Crypto" , but this requires a public key in PEM format.

So I have to convert the RSA module to a PEM file.

The module can be found here.

Any ideas?

+2
source share
1 answer

M2Crypto . , e ( 65337 RSA, , 3 17) n ( 512- , ). , , , e n.

.

+4

Source: https://habr.com/ru/post/1781142/


All Articles