keywrapping
Key wrapping is a cryptographic technique used to securely encapsulate key material by encrypting it with another key, called the key-encryption key (KEK). The result is a wrapped key blob that preserves confidentiality and, in well-designed schemes, integrity during storage or transmission. The typical goal is to protect keys used for data encryption, authentication, or other cryptographic operations from disclosure or tampering.
In a standard key-wrap process, a KEK is applied to a content-encryption key or other sensitive material
Common standards and algorithms include AES Key Wrap (RFC 3394) and AES Key Wrap with Padding (RFC
Applications include securing keys at rest, protecting keys during transport between systems or components, and safeguarding