Symmetric Keys. with GPG for Windows.
Password encrypt a file with the command:
gpg -vc [FILENAME]
And decrypt it with the command:
gpg -vd [FILENAME]
-
harlekwinblog
Symmetric Keys. with GPG for Windows.
Password encrypt a file with the command:
gpg -vc [FILENAME]
And decrypt it with the command:
gpg -vd [FILENAME]
Reply