Terminology Index
Glossary
1801 terms
Showing 449-480 of 1801 terms
Cryptography
The science of protecting information using mathematical techniques, providing confidentiality through encryption, integrity through hashing, and authenticity and non-repudiation through signatures. It underpins nearly all modern security.
Cryptography turns mathematical hardness into security properties: encryption keeps data confidential, hash functions detect tampering, and digital signatures prove who sent something and that it was not altered. It encompasses symmetric and asymmetric methods, key management, and protocols like TLS that combine them. Crucially, security depends far more on correct use and key management than on the algorithms themselves, which are well studied and strong.
Introduced in: Cryptography Essentials
Examples
- Encrypting data so only key holders can read it.
- Hashing a file to detect any later tampering.
- Signing a message so recipients can verify its origin and integrity.
No related terms linked yet.
