15 releases (breaking)

new 0.10.0-pre.3 Mar 7, 2025
0.10.0-pre.2 Aug 14, 2024
0.10.0-pre.1 Jul 27, 2024
0.9.1 Feb 17, 2022
0.0.0 Oct 6, 2016

#2739 in Cryptography

Download history 147738/week @ 2024-11-17 106169/week @ 2024-11-24 141313/week @ 2024-12-01 136274/week @ 2024-12-08 127669/week @ 2024-12-15 45069/week @ 2024-12-22 58239/week @ 2024-12-29 141481/week @ 2025-01-05 160981/week @ 2025-01-12 143245/week @ 2025-01-19 156146/week @ 2025-01-26 163368/week @ 2025-02-02 163246/week @ 2025-02-09 155026/week @ 2025-02-16 173802/week @ 2025-02-23 154888/week @ 2025-03-02

654,301 downloads per month
Used in 485 crates (25 directly)

MIT/Apache

26KB
385 lines

RustCrypto: Blowfish Cipher

crate Docs Apache2/MIT licensed Rust Version Project Chat Build Status HAZMAT

Pure Rust implementation of the Blowfish block cipher.

⚠️ Security Warning: Hazmat!

This crate does not ensure ciphertexts are authentic (i.e. by using a MAC to verify ciphertext integrity), which can lead to serious vulnerabilities if used incorrectly!

No security audits of this crate have ever been performed, and it has not been thoroughly assessed to ensure its operation is constant-time on common CPU architectures.

USE AT YOUR OWN RISK!

License

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.

Dependencies

~755KB
~19K SLoC