RTUComputer ScienceYr 2024 · Sem 62024

Q5Information Security Systems

Question

2 marks

What is Pretty Good Privacy (PGP) primarily used for?

Answer

PGP is a highly secure cryptographic architecture utilized primarily for mathematically encrypting, decrypting, and digitally signing email communications to guarantee privacy and non-repudiation.

Pretty Good Privacy (PGP) is the absolute gold standard for secure email. It violently combines the speed of Symmetric cryptography (for the message payload) with the security of Asymmetric cryptography (to encrypt the symmetric key), and uses a decentralized "Web of Trust" instead of a rigid central CA.

Back to Paper