tag: encryption

Making and verifying digital signatures using GPG in Linux
Maria D. Campbell
How to make and verify digital signatures using GPG in Linux.
#asymmetric encryption, #symmetric encryption, #encryption, #decryption, #pgp key pair, #complete signature, #verification, #gpg, #linux, #pgp, #security, #series

Encrypting and decrypting a file with GPG in Linux
Maria D. Campbell
In this post, I show how to encrypt and decrypt a file in Linux with GPG using human-readable language.
#encryption, #decryption, #gpg, #linux, #command line, #cybersecurity

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