What the .pem
file contain? simply a key or a function which generate the key.
I need to create a .pem
file and also need to call this file in a function.
here is code to which I have to proceed:
pk = open( 'public_key.pem', 'rb' ).read()
rsa = M2Crypto.RSA.load_pub_key(pk)