mirror of
https://github.com/avinal/blowfish.git
synced 2026-01-10 06:48:32 +05:30
1.1 KiB
1.1 KiB
Blowfish Encryption Algorithm
Blowfish is a symmetric block cipher that can be used as a drop-in replacement for DES or IDEA. It takes a variable-length key, from 32 bits to 448 bits, making it ideal for both domestic and exportable use. Blowfish was designed in 1993 by Bruce Schneier as a fast, free alternative to existing encryption algorithms. Since then it has been analyzed considerably, and it is slowly gaining acceptance as a strong encryption algorithm. Blowfish is unpatented and license-free, and is available free for all uses.
About this project
This is a C++ implementation of the encryption algorithm.
How to use this in your project?
will be updated soon