Skip to content

Encrypting a Message with PGP

To encrypt messages with PGP you first have to type that message in the text editor. Then press CTRL + A and CTRL + C to copy it. After that click on the clipboard icon and select “Sign/Encrypt Clipboard with Public Keys”.

On the new window select the public key of the user you want to encrypt the message for (e.g. your vendor) by checking the checkbox in front of the list entry. Then select your key on the drop down list on the right of “Sign message as:” and make sure that the “Hide recipients” option is unchecked.

When that is done, click on “OK” and you should get asked if you trust these keys. Click on “Yes” and enter your password for your private key. To confirm that it encrypted your message properly go back to your text editor and press CTRL + V. If you see something that looks like this, it is encrypted properly.

-----BEGIN PGP MESSAGE-----
hQIMA8Pzj/CHV15DAQ/+JOWXCC6vDIxNge3xRqHsKCSEToFkx02qXd9PwWRFESgc
QZGwh6yz0DVlB7yKJZvzRK1O0tS2wLpKKMBNv8dPv/u6B609yXzP6ns3066C7ymO
PAFA1MgvKvu7mUg5wxFRPKgFfYxBNbCleS5MzPp8bPJq6xQaVeOOogPtFWerN/vM
iIcCod+JyWoBgy3iBw==
=alkJ
-----END PGP MESSAGE-----

The gibberish in the middle (the actual encrypted message) will be a little bit longer for you.

Now all you have to do is going to the market or email website, paste the clipboard content into the relevant text field and send the message or email.

After you did this please close the text editor and if it asks you if the changes should be saved, select “Close without saving”.