Terminology Index
Glossary
23 terms starting with "K"
Showing 1-23 of 23 terms
Key
In cryptography, the secret (or paired secret/public) value that controls an algorithm's operation, determining how data is encrypted, decrypted, signed, or verified. The security of cryptography rests on protecting keys, not on hiding the algorithm.
A cryptographic key is the parameter that makes an algorithm produce a specific, secret result: the same algorithm with a different key yields different output. Symmetric schemes use one shared secret key; asymmetric schemes use a public/private key pair. A foundational principle is that security depends on the key's secrecy, not the algorithm's, so generating strong keys and protecting them (key management) is the crux of using cryptography securely. Exposed keys break the protection entirely.
Introduced in: Cryptography Essentials
Examples
- Encrypting and decrypting data with the same symmetric key.
- Using a private key to sign and a public key to verify.
- Relying on key secrecy rather than hiding the algorithm.
No related terms linked yet.
