nerdexam
CompTIA

SY0-301 · Question #430

A team of firewall administrators have access to a `master password list' containing service account passwords. Which of the following BEST protects the master password list?

The correct answer is A. File encryption. File encryption directly protects the specific sensitive file containing the master password list, ensuring it cannot be read even by users with filesystem or disk access.

Security operations

Question

A team of firewall administrators have access to a `master password list' containing service account passwords. Which of the following BEST protects the master password list?

Options

  • AFile encryption
  • BPassword hashing
  • CUSB encryption
  • DFull disk encryption

How the community answered

(37 responses)
  • A
    95% (35)
  • C
    3% (1)
  • D
    3% (1)

Why each option

File encryption directly protects the specific sensitive file containing the master password list, ensuring it cannot be read even by users with filesystem or disk access.

AFile encryptionCorrect

Encrypting the file itself binds the protection directly to the sensitive content regardless of where the file resides or is copied. Even if the host system, disk, or USB device is accessed by an unauthorized party, the encrypted file remains unreadable without the correct decryption key, providing granular protection for the specific high-value asset.

BPassword hashing

Hashing the passwords within the list would make individual passwords non-recoverable for their intended use as service account credentials, rendering the master password list non-functional.

CUSB encryption

USB encryption only protects the file if it is stored on that specific encrypted USB drive and provides no protection when the file is copied to or accessed from a different storage location.

DFull disk encryption

Full disk encryption protects all data on a volume from physical theft but does not protect the file from any user or process that has authenticated access to the running operating system.

Concept tested: File encryption for protecting sensitive credential files

Source: https://csrc.nist.gov/publications/detail/sp/800-111/final

Topics

#file encryption#password management#sensitive data protection#access control

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice