Skip to content

Instantly share code, notes, and snippets.

@JSeam2
Created January 15, 2024 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JSeam2/e820ad9cd05f37c07a28412ca3c68e4f to your computer and use it in GitHub Desktop.
Save JSeam2/e820ad9cd05f37c07a28412ca3c68e4f to your computer and use it in GitHub Desktop.
Encrypt with GPG using AES256
gpg --output secrets.gpg --symmetric --no-symkey-cache --cipher-algo AES256 secrets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment