gpg -c <file>You will be prompted for a password (twice) and the encrypted file will be
<file>.gpgDon't forget the password! use:
gpg -d <file>.gpgdo decrypt with the same password. That's why this is called symmetric encryption.
gpg -c <file>You will be prompted for a password (twice) and the encrypted file will be
<file>.gpgDon't forget the password! use:
gpg -d <file>.gpgdo decrypt with the same password. That's why this is called symmetric encryption.