Skip to content

Instantly share code, notes, and snippets.

@QuynhVir
Last active February 28, 2020 08:07
Show Gist options
  • Save QuynhVir/19791cf801e02a6fa8908cf846731ab7 to your computer and use it in GitHub Desktop.
Save QuynhVir/19791cf801e02a6fa8908cf846731ab7 to your computer and use it in GitHub Desktop.
Encrypt & decrypt file with GPG
gpg -er quynh@vir.vn z.jpg
gpg -o z.jpg -d z.jpg.gpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment