Encryption Tools
Encryption ⚡ GPG ※ source Encrypt the file with passphrase gpg --symmetric --cipher-algo AES256 my_secret.json Decrypt the file gpg --quiet --batch --yes --decrypt --passphrase="$GPG_PASSPHRASE" --output my_secret.json my_secret.json.gpg ⚡ Age FiloSottile/age: A simple, modern and secure encryption tool with small explicit keys, no config options, and UNIX-style composability.