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.
Question
Which of the following offers the LEAST secure encryption capabilities?
Options
- ATwoFish
- BPAP
- CNTLM
- DCHAP
How the community answered
(22 responses)- A5% (1)
- B86% (19)
- C9% (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.
Twofish is a strong, NIST-evaluated symmetric block cipher with key sizes up to 256 bits, offering robust encryption capabilities.
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.
NTLM uses a challenge-response mechanism with cryptographic hashing (MD4/MD5), which avoids sending the plaintext password over the network.
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
Community Discussion
No community discussion yet for this question.