← Back to course

Cryptography, Backups, and Data Governance

You’ll be able to

Cryptography, Backups, and Data Governance

Encryption protects readable data with keys; hashing supports integrity checks and password verification; digital signatures support integrity and origin. Data governance also asks what should be collected, who needs it, how long it should remain, and how it is destroyed.

Decision lens

Strong technical decisions connect evidence → mechanism → impact → response. Identify what the evidence shows, explain the system behavior that produced it, state the likely effect on people or data, and choose a response that addresses the cause without creating unnecessary disruption.

Worked example

A company encrypts its customer database but stores the decryption key in the same public folder as the backup.

  1. 1.Encryption strength depends on protecting the key.
  2. 2.Co-located public storage lets an attacker obtain ciphertext and key together.
  3. 3.Store keys in a separately controlled key-management system.
  4. 4.Test restoration and rotate keys under a documented process.
Answer: Separate and restrict key management; encryption without protected keys does not meaningfully reduce disclosure risk.
Checkpoint

What does a tested offline backup most directly improve?

Checkpoint

Which response best demonstrates complete reasoning about data protection across storage, transit, use, and recovery?

On the exam

For a scenario about data protection across storage, transit, use, and recovery, identify the decisive evidence before naming a response. A defensible conclusion here is: Separate and restrict key management; encryption without protected keys does not meaningfully reduce disclosure risk.

Answer the 2 checkpoints as you read.

Sign in to save your progress