REV 1.0
There are many ways to securely share information between two parties. Email is generally NOT one of them. This document outlines the basics of encrypting a file using the PGP encryption method and the freely available GPG utilities (https://gnupg.org/). The following are alternatives for popular desktop environments:
The following is not an exhaustive tutorial of using GPG, but should allow someone to securely encrypt a file given the public key of someone. For details of using GPG, see the following:
https://gnupg.org/documentation/index.html
First step is to have a file that needs to be encrypted. For this example it will be a simple text file called “secrets.txt”:
You will need the public key for the person you are sending the file to. In this case it will be the public key for “mark.rank@cirrusidentity.com”:
To import, use the following command:
To encrypt the file, use the following commands:
Notes:
There should now be a file ending in “.asc” that contains the encrypted message. This can now be sent via email or other method.