nerdexam
EC-Council

312-50V11 · Question #1018

Sam, a web developer, was instructed to incorporate a hybrid encryption software program into a web application to secure email messages. Sam used an encryption software, which is a free…

The correct answer is D. GPG. GPG (GNU Privacy Guard) is the free, open-source implementation of the OpenPGP standard that combines symmetric and asymmetric cryptography, matching the description in the question exactly.

Cryptography

Question

Sam, a web developer, was instructed to incorporate a hybrid encryption software program into a web application to secure email messages. Sam used an encryption software, which is a free implementation of the OpenPGP standard that uses both symmetric-key cryptography and asymmetric-key cryptography for improved speed and secure key exchange. What is the encryption software employed by Sam for securing the email messages?

Options

  • APGP
  • BS/MIME
  • CSMTP
  • DGPG

How the community answered

(20 responses)
  • B
    10% (2)
  • C
    5% (1)
  • D
    85% (17)

Why each option

GPG (GNU Privacy Guard) is the free, open-source implementation of the OpenPGP standard that combines symmetric and asymmetric cryptography, matching the description in the question exactly.

APGP

PGP (Pretty Good Privacy) is the original commercial product developed by Phil Zimmermann; GPG is the free open-source implementation of the same OpenPGP standard.

BS/MIME

S/MIME (Secure/Multipurpose Internet Mail Extensions) uses X.509 certificate-based encryption and is not a free implementation of the OpenPGP standard.

CSMTP

SMTP (Simple Mail Transfer Protocol) is an email transmission protocol, not an encryption software program.

DGPGCorrect

GPG (GNU Privacy Guard) is a free software implementation of the OpenPGP standard (RFC 4880) that uses asymmetric-key cryptography for secure key exchange and symmetric-key cryptography for bulk message encryption, providing both speed and security. Unlike commercial PGP, GPG is fully open-source and freely available, which matches the 'free implementation' qualifier in the question. This hybrid approach is exactly what GPG uses to secure email messages.

Concept tested: GPG as free OpenPGP hybrid encryption implementation

Source: https://gnupg.org/

Topics

#GPG#OpenPGP#hybrid encryption#email security

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice