Search code examples
pythonencryptiongnupgpgp

what is the best/easiest to use encryption library in python


I want to encrypt few files using python what is the best way I can use gpg/pgp using any standard/famous python libraries?


Solution

  • PyCrypto seems to be the best one around.