aes-kw

Symmetric key-wrapping algorithms

Latest version: 0.2.1 registry icon
Maintenance score
54
Safety score
100
Popularity score
72
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.2.1 0 0 0 0 0
0.2.0 0 0 0 0 0
0.1.0 0 0 0 0 0
0.0.0 0 0 0 0 0

Stability
Latest release:

0.2.1 - This version is safe to use because it has no known security vulnerabilities at this time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Apache-2.0   -   Apache License 2.0

Not a wildcard

Not proprietary

OSI Compliant


MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



RustCrypto: Key Wrapping Functions

dependency status Apache2/MIT licensed

Collection of symmetric Key Wrapping Functions (KW) written in pure Rust.

About

"Key Wrapping" describes symmetric encryption algorithms designed for encrypting cryptographic key material under another symmetric key, known as a "Key-Encrypting-Key" (KEK).

They're intended for applications such as protecting keys while in untrusted storage or transmitting keys over untrusted communications networks.

Supported Algorithms

Algorithm Crate Crates.io Documentation MSRV
AES-KW and AES-KWP aes‑kw crates.io Documentation MSRV 1.81
belt-kwp belt-kwp crates.io Documentation MSRV 1.81

NOTE: for modern proven KWs (e.g. AES-SIV, AES-GCM-SIV), please see RustCrypto/AEADs

Minimum Supported Rust Version (MSRV) Policy

MSRV bumps are considered breaking changes and will be performed only with minor version bump.

License

All crates licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.