keyencryption
Key encryption, or encryption of cryptographic keys, refers to techniques for protecting keys used to encrypt data. The goal is to prevent unauthorized access to keys, which would compromise all data protected by them. A common concept is the key encryption key (KEK), a separate key used to secure other keys.
Envelope encryption is a typical approach: data is encrypted with a data encryption key (DEK), and the
Key wrapping algorithms provide confidential and integrity protection when transferring keys. AES key wrap (RFC 3394)
Effective key management covers secure storage (often in HSMs or cloud KMS), key generation, rotation, distribution,
Key encryption requires protecting KEKs from disclosure, minimizing in-memory exposure of DEKs during operations, and avoiding
See also: key management, envelope encryption, key wrapping, KEK, DEK, HSM, cloud KMS, FIPS.