tag: gnupg

  • Encrypting and Decrypting Files and Strings

    Encrypting and Decrypting Files and Strings

    Maria D. Campbell

    In this post, I show how to encrypt and decrypt files with a Python encryption/decryption application using the Python Fernet symmetric encryption method and via Command Line using GnuPG.

    #decryption, #encryption, #gnupg, #symmetric encryption, #command line, #macOS, #python3, #security