AESKW
AES Key Wrap (AESKW) is a family of algorithms for securely wrapping cryptographic keys with a key-encryption key (KEK) using the AES block cipher. The design provides confidentiality and integrity protection for keys that are moved or stored. AESKW is defined in RFC 3394 (AES Key Wrap) and extended by RFC 5649 (AES Key Wrap with Padding).
How it works: The plaintext key to be wrapped is treated as a sequence of 64-bit blocks.
Variants and extensions: RFC 5649 introduces AES Key Wrap with Padding, which supports wrapping of keys whose
Usage and interoperability: AESKW is widely used in key management and secure storage systems to protect keys
Security considerations: The security of AESKW relies on the secrecy of the KEK and correct implementation