nerdexam
(ISC)2

SSCP · Question #1173

PGP & PEM are programs that allow users to send encrypted messages to each other. What form of encryption do these programs use?

The correct answer is C. RSA. PGP and PEM primarily use the RSA algorithm for asymmetric encryption, which is critical for key exchange and digital signatures, often in conjunction with symmetric algorithms for bulk data encryption.

Submitted by fernanda_arg· Apr 18, 2026Cryptography

Question

PGP & PEM are programs that allow users to send encrypted messages to each other. What form of encryption do these programs use?

Options

  • ADES
  • B3DES
  • CRSA
  • D3RSA
  • EBlowfish
  • FAll of the above

How the community answered

(21 responses)
  • B
    10% (2)
  • C
    86% (18)
  • E
    5% (1)

Why each option

PGP and PEM primarily use the RSA algorithm for asymmetric encryption, which is critical for key exchange and digital signatures, often in conjunction with symmetric algorithms for bulk data encryption.

ADES

DES is a symmetric encryption algorithm that PGP/PEM might use for bulk data, but it's not the primary asymmetric algorithm for key exchange or signatures.

B3DES

3DES is an improvement on DES, a symmetric encryption algorithm, and while used for data encryption, it's not the asymmetric algorithm that PGP/PEM primarily use for secure key exchange.

CRSACorrect

PGP (Pretty Good Privacy) and PEM (Privacy-Enhanced Mail) are email encryption standards that heavily rely on the RSA algorithm for asymmetric encryption, specifically for securely exchanging symmetric keys and creating digital signatures. While they use symmetric encryption algorithms (like DES, 3DES, or Blowfish) for encrypting the actual message content, RSA is fundamental to establishing the secure communication channel and verifying sender identity.

D3RSA

3RSA is not a recognized encryption algorithm.

EBlowfish

Blowfish is a symmetric encryption algorithm that PGP can use for bulk data, but it's not the primary asymmetric algorithm for key exchange or signatures.

FAll of the above

While PGP can use various symmetric algorithms, RSA is the fundamental asymmetric component for key exchange and digital signatures, making it the most accurate answer for the core 'form of encryption' that secures the keying material.

Concept tested: PGP/PEM encryption algorithms

Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/rsa-algorithm

Topics

#PGP#PEM#Asymmetric Encryption#RSA

Community Discussion

No community discussion yet for this question.

Full SSCP Practice