cbc

Collection of generic block mode algorithms written in pure Rust

Latest version: 0.1.2 registry icon
Maintenance score
60
Safety score
100
Popularity score
73
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.1.2 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.1.2 - 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: block modes

Project Chat dependency status Apache2/MIT licensed HAZMAT

Collection of block modes written in pure Rust generic over block ciphers.

⚠️ Security Warning: Hazmat!

Crates in this repository do not ensure ciphertexts are authentic (i.e. by using a MAC to verify ciphertext integrity), which can lead to serious vulnerabilities if used incorrectly! AEADs provide simple authenticated encryption, which is much less error-prone than manual integrity verification.

USE AT YOUR OWN RISK!

Supported algorithms

Name Crate name crates.io Docs MSRV
BelT CTR belt-ctr crates.io Documentation MSRV 1.81
Cipher Block Chaining cbc crates.io Documentation MSRV 1.81
8-bit Cipher Feedback cfb8 crates.io Documentation MSRV 1.81
Full-block Cipher Feedback cfb-mode crates.io Documentation MSRV 1.81
Counter ctr crates.io Documentation MSRV 1.81
Ciphertext stealing cts crates.io Documentation MSRV 1.81
GOST R 34.13-2015 gost-modes crates.io Documentation MSRV 1.81
Infinite Garble Extension ige crates.io Documentation MSRV 1.81
Output Feedback ofb crates.io Documentation MSRV 1.81
Propagating Cipher Block Chaining pcbc crates.io Documentation MSRV 1.81

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.