IN BRIEF: n. - Any of numerous marine animals whose elongated spiny body can inflate itself with water or air to form a globe; Delicacy that is highly dangerous because of a potent nerve poison in ovaries and liver.
| Word Tutor: blowfish |
| 5min Related Video: Blowfish |
| WordNet: blowfish |
The noun has 2 meanings:
Meaning #1:
delicacy that is highly dangerous because of a potent nerve poison in ovaries and liver
Synonyms: sea squab, puffer
Meaning #2:
any of numerous marine fishes whose elongated spiny body can inflate itself with water or air to form a globe; several species contain a potent nerve poison; closely related to spiny puffers
Synonyms: puffer, globefish
| Wikipedia: Blowfish (cipher) |
|
The round function (Feistel function) of Blowfish |
|
| General | |
|---|---|
| Designers | Bruce Schneier |
| First published | 1993 |
| Successors | Twofish |
| Cipher detail | |
| Key sizes | 32–448 bits in steps of 8 bits; default 128 bits |
| Block sizes | 64 bits |
| Structure | Feistel network |
| Rounds | 16 |
| Best public cryptanalysis | |
| Four rounds of Blowfish are susceptible to a second-order differential attack (Rijmen, 1997); for a class of weak keys, 14 rounds of Blowfish can be distinguished from a pseudorandom permutation (Vaudenay, 1996). | |
Blowfish is a keyed, symmetric block cipher, designed in 1993 by Bruce Schneier and included in a large number of cipher suites and encryption products. Blowfish provides a good encryption rate in software and no effective cryptanalysis of it has been found to date. However, the Advanced Encryption Standard now receives more attention.
Schneier designed Blowfish as a general-purpose algorithm, intended as a replacement for the aging DES and free of the problems and constraints associated with other algorithms. At the time Blowfish was released, many other designs were proprietary, encumbered by patents or were commercial/government secrets. Schneier has stated that, "Blowfish is unpatented, and will remain so in all countries. The algorithm is hereby placed in the public domain, and can be freely used by anyone."
Notable features of the design include key-dependent S-boxes and a highly complex key schedule.
Contents |
Blowfish has a 64-bit block size and a variable key length from 32 up to 448 bits.[1] It is a 16-round Feistel cipher and uses large key-dependent S-boxes. It is similar in structure to CAST-128, which uses fixed S-boxes.
The diagram to the left shows the action of Blowfish. Each line represents 32 bits. The algorithm keeps two subkey arrays: the 18-entry P-array and four 256-entry S-boxes. The S-boxes accept 8-bit input and produce 32-bit output. One entry of the P-array is used every round, and after the final round, each half of the data block is XORed with one of the two remaining unused P-entries.
The diagram to the right shows Blowfish's F-function. The function splits the 32-bit input into four eight-bit quarters, and uses the quarters as input to the S-boxes. The outputs are added modulo 232 and XORed to produce the final 32-bit output.
Decryption is exactly the same as encryption, except that P1, P2,..., P18 are used in the reverse order. This is not so obvious because xor is commutative and associative. A common mistake is to use inverse order of encryption as decryption algorithm (i.e. first XORing P17 and P18 to the ciphertext block, then using the P-entries in reverse order).
Blowfish's key schedule starts by initializing the P-array and S-boxes with values derived from the hexadecimal digits of pi, which contain no obvious pattern (see nothing up my sleeve number). The secret key is then XORed with the P-entries in order (cycling the key if necessary). A 64-bit all-zero block is then encrypted with the algorithm as it stands. The resultant ciphertext replaces P1 and P2. The ciphertext is then encrypted again with the new subkeys, and P3 and P4 are replaced by the new ciphertext. This continues, replacing the entire P-array and all the S-box entries. In all, the Blowfish encryption algorithm will run 521 times to generate all the subkeys - about 4KB of data is processed.
There is no effective cryptanalysis on the full-round version of Blowfish known publicly as of 2009[update]. A sign extension bug in one publication of C code has been identified.[2]
In 1996, Serge Vaudenay found a known-plaintext attack requiring 28r + 1 known plaintexts to break, where r is the number of rounds. Moreover, he also found a class of weak keys that can be detected and broken by the same attack with only 24r + 1 known plaintexts. This attack cannot be used against the regular Blowfish; it assumes knowledge of the key-dependent S-boxes. Vincent Rijmen, in his Ph.D. thesis, introduced a second-order differential attack that can break four rounds and no more. There remains no known way to break the full 16 rounds, apart from a brute-force search.[3]
Bruce Schneier notes that while Blowfish is still in use, he recommends using the more recent Twofish algorithm instead.[4]
Blowfish is a fast block cipher, except when changing keys. Each new key requires pre-processing equivalent to encrypting about 4 kilobytes of text, which is very slow compared to other block ciphers. This prevents its use in certain applications, but is not a problem in others. In one application, it is actually a benefit: the password-hashing method used in OpenBSD uses an algorithm derived from Blowfish that makes use of the slow key schedule; the idea is that the extra computational effort required gives protection against dictionary attacks. See key strengthening.
In current implementations of cryptographic libraries (specifically OpenSSL), AES-128 is somewhat (< 50%) faster than Blowfish on most hardware.[5] It is likely that advances in CPU architecture (out of order execution becoming mainstream) speed up AES more than Blowfish. For example, Intel's in-order Atom CPU runs Blowfish twice as fast as AES-128.[6] There may be room for more optimization of Blowfish, but the Rijndael has received more attention since it was chosen for AES.
The belief that Blowfish is the fastest algorithm is widespread, although currently it's not true on mainstream PC hardware. It remains the case on some embedded CPUs (e.g. Atom, ARM[7]). Encryption speed is more likely to be a bottleneck on these slower systems, so Blowfish is certainly useful there. However, some platforms with such slow CPUs provide dedicated cryptography hardware, some of which only support the most popular algorithms (i.e. AES). Also, Intel's Westmere will add AES hardware support to mainstream PC CPUs.
Blowfish has a memory footprint of just over 4 kilobytes of RAM. This constraint is not a problem even for older desktop and laptop computers, though it does prevent use in the smallest embedded systems such as early smartcards.
Blowfish was one of the first secure block ciphers not subject to any patents and therefore freely available for anyone to use. This benefit has contributed to its popularity in cryptographic software.
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| How Far is It to Real? (1997 Album by Far to Real) | |
| puffer | |
| Hootie & The Blowfish: Summer Camp with Trucks (1995 Music Film) |
| In the musical group hootie and the blowfish was anyone named hootie or blowfish? Read answer... | |
| Which animal eats blowfish? Read answer... | |
| What is blowfish vertebrates or invertebrates? Read answer... |
| Does a blowfish have warmblood? | |
| Were are blowfishes located? | |
| What are the predators of blowfish? |
Copyrights:
![]() | Word Tutor. Copyright © 2004-present by eSpindle Learning, a 501(c) nonprofit organization. All rights reserved. eSpindle provides personalized spelling and vocabulary tutoring online; free trial. Read more | |
![]() | WordNet. WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Blowfish (cipher)". Read more |
Mentioned in