Skip to content

Instantly share code, notes, and snippets.

@dfbarrero
Created February 22, 2019 09:41
Show Gist options
  • Select an option

  • Save dfbarrero/6b96457b59510e27d2f4f7387f93cdda to your computer and use it in GitHub Desktop.

Select an option

Save dfbarrero/6b96457b59510e27d2f4f7387f93cdda to your computer and use it in GitHub Desktop.
Encryp and decrypt files in Linux with GPG
gpg -c file.txt
gpg -d file.txt.gpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment