nerdexam
CompTIA

SY0-301 · Question #187

Which of the following offers the LEAST secure encryption capabilities?

The correct answer is B. PAP. PAP (Password Authentication Protocol) transmits passwords in plaintext with no encryption, making it the least secure option among the choices provided.

General security concepts

Question

Which of the following offers the LEAST secure encryption capabilities?

Options

  • ATwoFish
  • BPAP
  • CNTLM
  • DCHAP

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    86% (19)
  • C
    9% (2)

Why each option

PAP (Password Authentication Protocol) transmits passwords in plaintext with no encryption, making it the least secure option among the choices provided.

ATwoFish

Twofish is a strong, NIST-evaluated symmetric block cipher with key sizes up to 256 bits, offering robust encryption capabilities.

BPAPCorrect

PAP sends the username and password as unencrypted cleartext during the authentication exchange, providing no protection against eavesdropping or replay attacks. All other options either use symmetric encryption algorithms or challenge-response mechanisms that at minimum avoid transmitting credentials in the clear.

CNTLM

NTLM uses a challenge-response mechanism with cryptographic hashing (MD4/MD5), which avoids sending the plaintext password over the network.

DCHAP

CHAP uses a three-way handshake with a shared secret and MD5 hash, ensuring the password is never transmitted directly across the wire.

Concept tested: PAP cleartext authentication vs encrypted protocols

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

Topics

#PAP#authentication protocols#plaintext credentials#encryption weakness

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice