nerdexam
CompTIA

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.

Submitted by yaw92· Mar 4, 2026General security concepts

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)
  • A
    2% (1)
  • B
    81% (35)
  • C
    9% (4)
  • D
    5% (2)
  • E
    2% (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.

ARSA

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.

BTwoFishCorrect

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.

CDiffie-Helman

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.

DNTLMv2

NTLMv2 is a challenge-response authentication protocol used for Windows network authentication, not an encryption algorithm for encrypting files.

ERIPEMD

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

#symmetric encryption#TwoFish#file encryption#cryptographic algorithms

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice