nerdexam
EC-Council

312-50V9 · Question #63

The network administrator for a company is setting up a website with e-commerce capabilities. Packet sniffing is a concern because credit card information will be sent electronically over the…

The correct answer is A. Asymmetric. HTTPS relies on asymmetric (public-key) cryptography through SSL/TLS certificates to establish secure connections for encrypting sensitive data like credit card information.

Cryptography

Question

The network administrator for a company is setting up a website with e-commerce capabilities. Packet sniffing is a concern because credit card information will be sent electronically over the Internet. Customers visiting the site will need to encrypt the data with HTTPS. Which type of certificate is used to encrypt and decrypt the data?

Options

  • AAsymmetric
  • BConfidential
  • CSymmetric
  • DNon-confidential

How the community answered

(58 responses)
  • A
    90% (52)
  • B
    2% (1)
  • C
    3% (2)
  • D
    5% (3)

Why each option

HTTPS relies on asymmetric (public-key) cryptography through SSL/TLS certificates to establish secure connections for encrypting sensitive data like credit card information.

AAsymmetricCorrect

SSL/TLS certificates use asymmetric cryptography, where a public key embedded in the certificate encrypts data and the server's corresponding private key decrypts it. This public/private key pair is the foundation of HTTPS, enabling secure key exchange and data confidentiality during e-commerce transactions.

BConfidential

Confidential is not a recognized category of cryptographic certificate or encryption type in any standard framework.

CSymmetric

Symmetric encryption uses the same shared key for both encryption and decryption and is not what certificates implement - certificates are inherently asymmetric constructs tied to a key pair.

DNon-confidential

Non-confidential is not a defined certificate or encryption classification in any cryptographic standard.

Concept tested: SSL/TLS asymmetric certificate encryption for HTTPS

Source: https://learn.microsoft.com/en-us/windows-server/security/tls/tls-ssl-schannel-ssp-overview

Topics

#HTTPS#asymmetric encryption#certificate#e-commerce security

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice