Blowfish

From Hackepedia
Revision as of 07:56, 9 August 2009 by Pbug (talk | contribs) (padding)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Blowfish is a symmetric block cipher developed by Bruce Schneier. It's fast but not as fast as AES. Here is Schneier's blog

Blowfish has a block size of 8 bytes, if a plaintext message length isn't a multiple of 8 bytes, padding is required.