Pretty Good Privacy (PGP)

Cryptography 🔒 • Email Security 📧 • Protocols 🔗 • Sec+ Glossary 📖 Difficulty: premium

What is Pretty Good Privacy (PGP)?

Pretty Good Privacy, or PGP, is an encryption system used to protect the confidentiality and authenticity of messages and files through a combination of public key cryptography, symmetric encryption, and digital signatures.

Examples

  • A journalist encrypts an email with the recipient's public key so only the intended recipient can read it.
  • A developer signs a software file with their private key so others can verify that it really came from them and was not altered.

Discover 🔎

Ordinary email was never designed to behave like a sealed envelope. A message can pass through multiple systems before it reaches the recipient, and without added protection it may be exposed to administrators, attackers, or anyone who can observe the traffic or storage along the way. For people handling sensitive information, that weakness is a serious problem.

PGP was created to solve that problem by giving users a way to protect both secrecy and trust. A message can be encrypted so that only the intended recipient can read it, and it can also be signed so the recipient can check who sent it and whether it changed in transit. That combination made PGP one of the most influential ideas in secure communication.

Remember: PGP is not only about hiding the contents of a message. It is also about proving origin and protecting integrity.

Summary 📝

PGP is a hybrid cryptographic system that protects messages and files by combining public key cryptography, symmetric encryption, and digital signatures. Its strength comes from handling several needs at once: keeping content secret, proving who sent it, and showing whether it was altered. The system works well when the surrounding trust practices are strong, especially key verification and private key protection.

Open the interactive lesson Browse more topics

Tip: The interactive version includes progress tracking, decks, and premium deep dives.