nerdexam
CompTIA

SK0-004 · Question #224

Which of the following is the MOST secure method of storing critical and sensitive system information (e.g. administrative passwords, trusted signing keys)?

The correct answer is A. Store the information encrypted and offline in a storage safe. For critical secrets like administrative passwords and signing keys, offline encrypted storage in a physical safe provides the strongest protection by combining cryptographic and physical security controls.

Security and disaster recovery

Question

Which of the following is the MOST secure method of storing critical and sensitive system information (e.g. administrative passwords, trusted signing keys)?

Options

  • AStore the information encrypted and offline in a storage safe.
  • BEncrypt the information using a zip file with a password.
  • CUtilize a drive with full disk encryption enabled.
  • DCreate an encrypted virtual disk for storage.

How the community answered

(44 responses)
  • A
    93% (41)
  • B
    2% (1)
  • D
    5% (2)

Why each option

For critical secrets like administrative passwords and signing keys, offline encrypted storage in a physical safe provides the strongest protection by combining cryptographic and physical security controls.

AStore the information encrypted and offline in a storage safe.Correct

Storing encrypted data offline in a physical safe provides two independent layers of protection - encryption guards against digital compromise and the physical safe guards against unauthorized physical access. The offline nature eliminates any network-based attack surface, making this an air-gapped solution that satisfies both confidentiality and availability requirements for critical secrets.

BEncrypt the information using a zip file with a password.

ZIP file password encryption uses weak algorithms (ZipCrypto or AES-256 depending on implementation) and the file remains accessible to anyone who obtains it, with no physical access control.

CUtilize a drive with full disk encryption enabled.

Full disk encryption protects data at rest on a connected drive, but the drive may still be accessible over a network or if the system is compromised while running.

DCreate an encrypted virtual disk for storage.

An encrypted virtual disk is still hosted on a live system and accessible when mounted, exposing it to memory attacks, privilege escalation, and network-based threats.

Concept tested: Secure offline storage of critical secrets

Source: https://csrc.nist.gov/publications/detail/sp/800-57-part-1/rev-5/final

Topics

#secure storage#encryption#sensitive data#administrative passwords

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice