Terminology Index

Glossary

1801 terms

Open concept maps

Showing 577-608 of 1801 terms

D
17
E
15

Encryption

Transforming readable data into an unreadable form using a key and algorithm, so only those with the key can recover the original. It is the primary technical means of protecting confidentiality for data at rest and in transit.

Encryption converts plaintext into ciphertext so that, without the correct key, the data is meaningless to anyone who intercepts or accesses it. It comes in symmetric (one shared key) and asymmetric (public/private key pair) forms, and it protects data both while stored and while moving across networks. Encryption is a foundational security control, though its strength depends heavily on sound key management rather than the algorithm alone.

Introduced in: Security Foundations

Examples

  • Encrypting a file so it is unreadable without the key.
  • Using TLS to encrypt data as it travels over the network.
  • Protecting stored data with disk or database encryption.

No related terms linked yet.