SY0-301 · Question #826
An administrator values transport security strength above network speed when implementing an SSL VPN. Which of the following encryption ciphers would BEST meet their needs?
The correct answer is D. AES128. AES128 is the strongest encryption cipher among the listed options for an SSL VPN prioritizing security over speed.
Question
An administrator values transport security strength above network speed when implementing an SSL VPN. Which of the following encryption ciphers would BEST meet their needs?
Options
- ASHA256
- BRC4
- C3DES
- DAES128
How the community answered
(35 responses)- A3% (1)
- B9% (3)
- C17% (6)
- D71% (25)
Why each option
AES128 is the strongest encryption cipher among the listed options for an SSL VPN prioritizing security over speed.
SHA256 is a cryptographic hash function used for integrity verification, not a symmetric encryption cipher used to protect data in transit.
RC4 is a deprecated stream cipher with well-documented vulnerabilities and is explicitly prohibited in modern TLS configurations.
3DES applies DES encryption three times and is considered weak by modern standards, with NIST deprecating it due to its small 64-bit block size and susceptibility to Sweet32 attacks.
AES (Advanced Encryption Standard) with a 128-bit key is a modern, symmetric block cipher standardized by NIST and considered cryptographically strong. Compared to the other cipher options listed, AES128 offers the best security-to-performance balance while being far more secure than RC4 or 3DES for VPN transport encryption.
Concept tested: Selecting strong encryption ciphers for VPN
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/fips-140-validation
Topics
Community Discussion
No community discussion yet for this question.