nerdexam
EC-Council

312-50V10 · Question #551

Which of the following is an example of an asymmetric encryption implementation?

The correct answer is B. PGP. Asymmetric encryption uses a mathematically linked public/private key pair, and PGP is a well-known implementation of this approach for encrypting and signing data.

Cryptography

Question

Which of the following is an example of an asymmetric encryption implementation?

Options

  • ASHA1
  • BPGP
  • C3DES
  • DMD5

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    94% (32)
  • C
    3% (1)

Why each option

Asymmetric encryption uses a mathematically linked public/private key pair, and PGP is a well-known implementation of this approach for encrypting and signing data.

ASHA1

SHA1 is a cryptographic hash function, not an encryption algorithm - it produces a one-way fixed-length digest and does not use keys for encryption or decryption.

BPGPCorrect

PGP (Pretty Good Privacy) is an asymmetric encryption system that uses a public key to encrypt data and a corresponding private key to decrypt it, along with digital signatures for authentication. It implements the RSA or DSA algorithms for key exchange and signing, making it a direct example of asymmetric cryptography used in real-world email and file encryption.

C3DES

3DES (Triple DES) is a symmetric encryption algorithm that uses the same shared secret key for both encryption and decryption, making it the opposite of asymmetric.

DMD5

MD5 is a cryptographic hash function that generates a one-way message digest and is not an encryption algorithm at all - it uses no key and cannot be reversed to recover original data.

Concept tested: Asymmetric encryption identification - PGP public key cryptography

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

Topics

#asymmetric encryption#PGP#public key cryptography#encryption algorithms

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice