Description
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).
RustCrypto alternatives and similar packages
Based on the "Cryptography" category.
Alternatively, view RustCrypto alternatives based on common mentions on social networks and blogs.
-
Ockam
Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications โ at massive scale. Use Ockam to build secure-by-design applications that can Trust Data-in-Motion. -
rust-crypto
A (mostly) pure-Rust implementation of various cryptographic algorithms. -
exonum
An extensible open-source framework for creating private/permissioned blockchain applications -
curve25519-dalek
A pure-Rust implementation of group operations on Ristretto and Curve25519 -
ed25519-dalek
Fast and efficient ed25519 signing and verification in Rust. -
sodiumoxide
[DEPRECATED] Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium) -
miscreant
Meta-repository for Miscreant: misuse-resistant symmetric encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support -
RustCrypto Elliptic Curves
Collection of pure Rust elliptic curve implementations: NIST P-256, P-384, secp256k1 -
orion
Usable, easy and safe pure-Rust crypto [Moved to: https://github.com/orion-rs/orion] -
rust-security-framework
Bindings to the macOS Security.framework -
recrypt
A set of cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption. -
Roughenough
A Roughtime secure time sync client and server written in Rust -
schannel-rs
Schannel API-bindings for rust (provides an interface for native SSL/TLS using windows APIs) -
rust-djangohashers
A Rust port of the password primitives used in Django Project. -
rustotpony
๐ด RusTOTPony โ CLI manager of one-time password generators aka Google Authenticator -
rncryptor-rs
Pure Rust implementation of the RNCryptor cryptographic format by Rob Napier
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of RustCrypto or a related project?
README
RustCrypto: Authenticated Encryption with Associated Data (AEAD) Algorithms
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 |
---|---|---|---|---|
aes-gcm-siv |
AES-GCM-SIV | 1.51 | ||
aes-gcm |
AES-GCM | 1.51 | ||
aes-siv |
AES-SIV | 1.51 | ||
ccm |
CCM | 1.41 | ||
chacha20poly1305 |
(X)ChaCha20Poly1305 | 1.56 | ||
deoxys |
Deoxys-I/II | 1.51 | ||
eax |
EAX | 1.41 | ||
mgm |
MGM | 1.41 | ||
xsalsa20poly1305 |
XSalsa20Poly1305 | 1.56 |
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.
*Note that all licence references and agreements mentioned in the RustCrypto README section above
are relevant to that project's source code only.