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.
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)- B10% (2)
- C5% (1)
- D85% (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.
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.
S/MIME (Secure/Multipurpose Internet Mail Extensions) uses X.509 certificate-based encryption and is not a free implementation of the OpenPGP standard.
SMTP (Simple Mail Transfer Protocol) is an email transmission protocol, not an encryption software program.
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
Community Discussion
No community discussion yet for this question.