-
-
Save ferrao/1f080897bd3ca5cf89624da0b5256a11 to your computer and use it in GitHub Desktop.
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
# Encrypt files, not caching password | |
gpg -c --no-symkey-cache file.txt | |
# decrypt files, not caching password | |
gpg --no-symkey-cache file.txt.gpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment