166 terms · 75/46/45
Defense № 030 · class: resilience

Data Encryption

Protecting data by encrypting it at rest and in transit.

Term

description · examples · notes

Protecting data by encrypting it at rest and in transit.

Description

At rest: AES-256 for disks, databases, and backups.

In transit: TLS 1.3 for web, email, and API communication.

End-to-end encryption ensures that even intermediaries cannot read content.

Key management (KMS) is as important as the algorithm itself.

What people often say

  • Encryption does not protect from insiders with legitimate access to decrypted data.
  • HTTPS does not guarantee a site is safe — only that communication is encrypted.

Covers / does not cover

Covers

  • Disk and file encryption
  • TLS for network communication
  • Key management (KMS)

Does not cover

  • Protection from malware on a decrypted system
  • User authentication (that is IAM/MFA)
  • Data integrity without additional controls (HMAC)

Mentioned in the news

Composite

Threats

reduces 6

Techniques

neutralizes 4

Techniques it neutralizes. Select one to open its page.