Module zut.gpg

Encryption and decryption with GnuPG.

Functions

clear_gpg_agent(*[, missing_ok])

gpg_encrypt_file(file[, output, recipient, ...])

Encrypt a file using GPG asymetrical encryption (or symmetrical encryption if argument password is given).

open_gpg_decrypted_file(file[, password, ...])

Decrypt and open a GPG-encrypted file as a context manager file .