Penguin
Note: You are viewing an old revision of this page. View the current version.

The public part of PublicKeyEncryption.

Stored in SSH as a file often called 'identity.pub'. You download people's public key using gpg --recv-keys, or from their webpage, to verify that something signed with their PrivateKey really came from them, or to encrypt something so that only their private key can decode it.