Created
February 22, 2019 09:41
-
-
Save dfbarrero/6b96457b59510e27d2f4f7387f93cdda to your computer and use it in GitHub Desktop.
Encryp and decrypt files in Linux with GPG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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