pgp

How to do PGP in Python (generate keys, encrypt/decrypt)

How to do PGP in Python (generate keys, encrypt/decrypt) Question: I’m making a program in Python to be distributed to windows users via an installer. The program needs to be able to download a file every day encrypted with the user’s public key and then decrypt it. So I need to find a Python library …

Total answers: 7