J
jayshree
pk = open('/home/jayshree/my_key.public.pem' , 'rb').read()
Please tell me how to open a file placed in any directory or in same
directory.
After opening this file i want to use the contain (public key ) for
encryption
thanks
Please tell me how to open a file placed in any directory or in same
directory.
After opening this file i want to use the contain (public key ) for
encryption
thanks