nerdexam
CompTIA

SK0-004 · Question #378

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. Offline, encrypted storage in a physical safe combines cryptographic protection with complete network isolation, eliminating remote attack vectors entirely. All other options leave data in an online or network-accessible state, or rely on weak encryption methods.

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

(27 responses)
  • A
    93% (25)
  • B
    4% (1)
  • D
    4% (1)

Why each option

Offline, encrypted storage in a physical safe combines cryptographic protection with complete network isolation, eliminating remote attack vectors entirely. All other options leave data in an online or network-accessible state, or rely on weak encryption methods.

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

Storing data both encrypted and offline in a physical safe provides layered security: strong encryption protects the data if the medium is stolen, while offline isolation removes it from any network-accessible system and eliminates remote attack vectors entirely. The physical access controls of a safe add a third layer, ensuring that compromising one control does not automatically expose the sensitive material.

BEncrypt the information using a zip file with a password.

ZIP password encryption historically uses weak algorithms such as ZipCrypto that are trivially crackable, and the file remains stored on a network-connected system where it is exposed to remote access or malware.

CUtilize a drive with full disk encryption enabled.

Full disk encryption protects data at rest on the physical drive, but when the system is running and the volume is unlocked, the contents are accessible to any process on the system including network-borne malware or an authenticated remote attacker.

DCreate an encrypted virtual disk for storage.

An encrypted virtual disk is decrypted and mounted within a running, potentially network-connected operating system, leaving the contents vulnerable to memory scraping, privilege escalation, or remote exploitation while the disk is in use.

Concept tested: Offline encrypted storage for critical credentials and keys

Source: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-57pt1r5.pdf

Topics

#credential storage#offline security#encryption#administrative passwords

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice