nerdexam
GIAC

GSLC · Question #367

Which of the following encryption algorithms is applied in the PGP encryption system?

The correct answer is D. IDEA. PGP (Pretty Good Privacy) uses IDEA (International Data Encryption Algorithm) as its symmetric-key cipher for encrypting message data, making it the encryption algorithm associated with classical PGP implementations.

Security Architecture & Engineering

Question

Which of the following encryption algorithms is applied in the PGP encryption system?

Options

  • ATDE
  • BTriple DES
  • CBlowfish
  • DIDEA

How the community answered

(56 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    2% (1)
  • D
    93% (52)

Why each option

PGP (Pretty Good Privacy) uses IDEA (International Data Encryption Algorithm) as its symmetric-key cipher for encrypting message data, making it the encryption algorithm associated with classical PGP implementations.

ATDE

TDE (Transparent Data Encryption) is a Microsoft SQL Server and Oracle database feature used to encrypt data at rest on disk and is entirely unrelated to the PGP email and file encryption system.

BTriple DES

Triple DES is a symmetric cipher used in many protocols such as IPsec and older SSL/TLS versions, but it was not adopted as the symmetric algorithm in the original PGP encryption standard.

CBlowfish

Blowfish is a symmetric cipher sometimes available as an optional algorithm in later OpenPGP implementations, but it is not the algorithm that defines or is applied in the core PGP encryption system.

DIDEACorrect

IDEA is a 64-bit block cipher with a 128-bit key that was selected as the symmetric encryption component in the original PGP specification created by Phil Zimmermann. It encrypts the actual message content, while RSA is used separately to protect the session key, forming PGP's hybrid encryption model.

Concept tested: PGP encryption algorithm - IDEA symmetric cipher

Source: https://www.rfc-editor.org/rfc/rfc4880

Topics

#PGP#IDEA algorithm#encryption algorithms#email security

Community Discussion

No community discussion yet for this question.

Full GSLC Practice