SY0-501 · Question #261
A company is planning to encrypt the files in several sensitive directories of a file server with a symmetric key. Which of the following could be used?
The correct answer is B. TwoFish. This question tests knowledge of symmetric encryption algorithms and their suitability for encrypting data at rest. Only Twofish is a symmetric encryption algorithm among the choices.
Question
A company is planning to encrypt the files in several sensitive directories of a file server with a symmetric key. Which of the following could be used?
Options
- ARSA
- BTwoFish
- CDiffie-Helman
- DNTLMv2
- ERIPEMD
How the community answered
(43 responses)- A2% (1)
- B81% (35)
- C9% (4)
- D5% (2)
- E2% (1)
Why each option
This question tests knowledge of symmetric encryption algorithms and their suitability for encrypting data at rest. Only Twofish is a symmetric encryption algorithm among the choices.
RSA is an asymmetric encryption algorithm that uses a public/private key pair, making it computationally expensive and impractical for encrypting large amounts of file data directly.
Twofish is a symmetric block cipher that uses a single shared key for both encryption and decryption, making it ideal for encrypting files at rest. It supports key sizes up to 256 bits and was one of the five finalists in the AES competition, making it a well-vetted and secure choice for bulk data encryption such as files in sensitive directories.
Diffie-Hellman is a key exchange protocol used to securely establish a shared secret over an insecure channel, not an encryption algorithm used to encrypt data.
NTLMv2 is a challenge-response authentication protocol used for Windows network authentication, not an encryption algorithm for encrypting files.
RIPEMD is a cryptographic hash function used to produce a fixed-length digest for integrity verification, not a symmetric encryption algorithm capable of encrypting and decrypting data.
Concept tested: Identifying symmetric encryption algorithms for data encryption
Source: https://csrc.nist.gov/projects/block-cipher-techniques
Topics
Community Discussion
No community discussion yet for this question.