Vous êtes sur la page 1sur 1

GPG/PGP - PKI - Asymmetric Encryption

Public Key/Private Key Pair


GPG - encrypts data
Steps:
1. generate PKI pairs (Public/Private Key Pair)
a. gpg --gen-key
2. Create a web of trust using:
a. gpg --export --armor -o username.hostname.asc.pub
b. import trusted user's public key
c. this creates a web of trust between the users

Vous aimerez peut-être aussi