Generate a key pair with the tool gpg
Generate a key pair with the tool gpg
gpg –gen-key
Export your public key to an ASCII file
To export the key use this command
List the public keys that you have on your system.
To get the list of keys use we will use this command
gpg --list-keysSend your public key to the key server pgpkeys.mit.edu (Key Distribution)
By Terminal
List the private keys that you have on your system.
Import the public key of at least three companions.
Encrypt an image with the public key of a colleague and send by email.
Decrypt a file you have sent a colleague
Digitally signed an ODT file that has a text and table
Verify the signature of a file that has sent a colleague is correct.
Create a revocation certificate for your key pair. Revoke key pair, both locally and on the server.

Comments
Post a Comment