Skip to content

Instantly share code, notes, and snippets.

@arobb
Created August 15, 2016 01:27
Show Gist options
  • Save arobb/4c78e686fcca99d71400eb0f3d0129b8 to your computer and use it in GitHub Desktop.
Save arobb/4c78e686fcca99d71400eb0f3d0129b8 to your computer and use it in GitHub Desktop.
Encrypt: gpg --armor --output <out enc file> --symmetric --cipher-algo AES256 <in clear file>
Decrypt: gpg --output <out clear file> --decrypt <in clear file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment