Last active
April 23, 2023 07:28
-
-
Save caarmen/0bdd34bf5c7e332368b2 to your computer and use it in GitHub Desktop.
use gpg to encrypt a file with a password
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 --cipher-algo AES256 --symmetric mysecretlife.doc |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to verify you typed the correct password, decrypt it disabling cache (otherwise it may not ask for you to type the password):