Skip to content

Instantly share code, notes, and snippets.

@saterus
Created April 5, 2017 00:06
Show Gist options
  • Save saterus/29bebe83d28f417d4c779c8b89d11e82 to your computer and use it in GitHub Desktop.
Save saterus/29bebe83d28f417d4c779c8b89d11e82 to your computer and use it in GitHub Desktop.
~ # encrypt a file
~ gpg --armor --symmetric --cipher-algo AES256 -o FILE.enc FILE
~
~ # decrypt a file
~ gpg -o FILE -d FILE.enc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment