gpg encyption

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

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.