Crate rs_blowfish

Source
Expand description

§Blowfish - rs_blowfish

Important Note: This crate is still a work in progress and is not ready for consumption.

Blowfish is a symmetric key block cipher published by Bruce Schneier in 1993. It’s currently used in:

  • Network protocols, such as Transport Layer Security (TLS) and Secure Shell (SSH)
  • Password hashing schemes
  • Disk encryption algorithms

This crate implements Blowfish as part of the RustyShield project.