i found this standalone encryption tool and put it in signature key or just a simple passphrase. this is how to
for encrypting with simple passphrase
#gpg -c filename
then it will create filename.gpg
for encrypting with signature key that u have before
#gpg -s filename
then it will create filename.gpg
the different between decrypting the file with gpg -d filename or just gpg filename is the first option with gpg -c will asking for password/passphrase that u entered before. but with gpg -s it will decrypt automaticly as long as u have a signature key in your computer.
Leave a Reply