aes-gcm

Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers

Latest version: 0.10.3 registry icon
Maintenance score
84
Safety score
99
Popularity score
85
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.10.3 0 0 0 0 0
0.10.2 0 0 1 0 0
0.10.1 0 0 1 0 0
0.10.0 0 0 1 0 0
0.9.4 0 0 0 0 0
0.9.3 0 0 0 0 0
0.9.2 0 0 0 0 0
0.9.1 0 0 0 0 0
0.9.0 0 0 0 0 0
0.8.0 0 0 0 0 0
0.7.0 0 0 0 0 0
0.6.0 0 0 0 0 0
0.5.0 0 0 0 0 0
0.4.2 0 0 0 0 0
0.4.1 0 0 0 0 0
0.4.0 0 0 0 0 0
0.3.2 0 0 0 0 0
0.3.1 0 0 0 0 0
0.3.0 0 0 0 0 0
0.2.1 0 0 0 0 0
0.2.0 0 0 0 0 0
0.1.1 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.10.3 - 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: Authenticated Encryption with Associated Data (AEAD) Algorithms

Dependency Status Project Chat

Collection of Authenticated Encryption with Associated Data (AEAD) algorithms written in pure Rust.

AEADs are high-level symmetric encryption primitives which defend against a wide range of potential attacks (i.e. IND-CCA3).

Usage

Crates functionality is expressed in terms of traits defined in the aead crate.

Crates

Name Algorithm Crates.io Documentation MSRV
aead-stream STREAM crates.io Documentation 1.81
aes-gcm-siv AES-GCM-SIV crates.io Documentation 1.81
aes-gcm AES-GCM crates.io Documentation 1.81
aes-siv AES-SIV crates.io Documentation 1.81
ascon-aead Ascon crates.io Documentation 1.81
ccm CCM crates.io Documentation 1.81
chacha20poly1305 (X)ChaCha20Poly1305 crates.io Documentation 1.81
deoxys Deoxys-I/II crates.io Documentation 1.81
eax EAX crates.io Documentation 1.81
mgm MGM crates.io Documentation 1.81

MSRV Policy

Minimum Supported Rust Version (MSRV) can be changed in the future, but it will be done with a 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.