Skip to content

Instantly share code, notes, and snippets.

@ferrao
Created March 29, 2024 22:16
Show Gist options
  • Save ferrao/1f080897bd3ca5cf89624da0b5256a11 to your computer and use it in GitHub Desktop.
Save ferrao/1f080897bd3ca5cf89624da0b5256a11 to your computer and use it in GitHub Desktop.
GPG
# Encrypt files, not caching password
gpg -c --no-symkey-cache file.txt
# decrypt files, not caching password
gpg --no-symkey-cache file.txt.gpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment