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
1 ответ
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