Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 340 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 340 Bytes

BLOWFISH2

BLOWFISH2 Block Cipher encryption source code in C.

Blowfish2 was released in 2005. It has exactly the same design as Blowfish but has twice as many S tables and uses 64-bit integers instead of 32-bit integers.

It no longer works on 64-bit blocks but on 128-bit blocks like AES. 128-bit block, 64 rounds, key up to 4224 bits.