public and private keys | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

public and private keys

what is public and private key and how can i generate these keys using python Any help would be highly appretiated

16th Jan 2018, 12:58 PM
Ebraheem Ijaz
Ebraheem Ijaz - avatar
1 Answer
0
public key is a key to encrypt data. and private key is key to decrypt data. in python, you can encrpt it using pycrypto module. just make google search for it
20th Jan 2018, 1:37 PM
Kevin AS
Kevin AS - avatar