Skip to content

15th December 2022

Coding

Languages

Libraries

  • Correction: Use decrypt_file instead of decrypt for files.

    gpg.decrypt_file("path/to/file")
    

    Note: You can't pass Path arguments to decrypt_file.