312-50V13 · Question #510
You are the lead cybersecurity analyst at a multinational corporation that uses a hybrid encryption system to secure inter-departmental communications. The system uses RSA encryption for key…
The correct answer is C. Data encryption with AES-128: Provides moderate security and fast encryption, offering a balance. For a hybrid encryption system balancing security and performance, AES-128 is the best choice for data encryption, offering strong security with high efficiency.
Question
Options
- AData encryption with 3DES using a 168-bit key: Offers high security but slower performance due
- BData encryption with Blowfish using a 448-bit key: Offers high security but potential compatibility
- CData encryption with AES-128: Provides moderate security and fast encryption, offering a balance
- DData encryption with AES-256: Provides high security with better performance than 3DES, but not
How the community answered
(17 responses)- A18% (3)
- B6% (1)
- C47% (8)
- D29% (5)
Why each option
For a hybrid encryption system balancing security and performance, AES-128 is the best choice for data encryption, offering strong security with high efficiency.
3DES using a 168-bit key is significantly slower than AES and, despite its key length, its effective security strength is lower due to meet-in-the-middle attacks, making it a less optimal choice for performance and modern security needs.
Blowfish with a 448-bit key is an older algorithm that is not as widely standardized or hardware-optimized as AES, potentially leading to slower performance and compatibility issues compared to AES.
AES-128 provides a strong level of security that is currently considered robust against known attacks, while offering significantly better performance (faster encryption and decryption) compared to AES-256 or older algorithms like 3DES, thus striking an excellent balance for general-purpose secure communications.
AES-256 offers higher security than AES-128 but comes with a slight performance penalty due to its larger key size and more rounds, making AES-128 a better choice when a balance of security and *optimal* performance is desired.
Concept tested: Encryption algorithm selection and performance
Source: https://learn.microsoft.com/en-us/windows/win32/api/wincrypt/nf-wincrypt-cryptsetkeyparam
Topics
Community Discussion
No community discussion yet for this question.