Digital Marketing

GPG allows you to send files securely without having to send a passphrase.

If the destination has their own GPG key, you can encrypt the files so that only they can open it. 

For example, gpg -e -r E8888BDN thefile.zip will allow only i88ca to open thefile.zip with its GPG key without communicating a passphrase. Alternatively gpg-zip -e -r E8888BDN *.crt will zip and encrypt all *.crt files in one command.

Documentation Reference:

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database