1 Resposta
+ 1
for cryptography, pip install cryptography
for encryption, pip install pycrypto
Google them to see which fit your needs. I personally like pycrypto due to the ability to import and use aes symmetric encryption. not sure which is best for your case.