Skip to content

Instantly share code, notes, and snippets.

@ajkovar
Created September 18, 2020 15:32
Show Gist options
  • Save ajkovar/719b28c49f006d8183a99819b9c5e388 to your computer and use it in GitHub Desktop.
Save ajkovar/719b28c49f006d8183a99819b9c5e388 to your computer and use it in GitHub Desktop.
zip and encrypt
zip -r -X file.zip file
gpg -c file.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment