if i want to use
recip = M2Crypto.RSA.load_pub_key(open('recipient_public_key.pem','rb').read())
than how it will retrieve the key .what the recip will print.
i need to get the public key of the recipient from the server(open key server) and for that first i need to store the key on server .
