词条 | Whirlpool (hash function) | |||||||||||||||||||||||||||
释义 |
|name = Whirlpool |image = |caption = |designers = Vincent Rijmen, Paulo S. L. M. Barreto |publish date = 2000, 2001, 2003 |series = |derived from = Square, AES |derived to = |related to = |certification = NESSIE |digest size = 512 bits |key size = |security claim = Large hashsum size |block size = |state size = |structure = Miyaguchi-Preneel |rounds = 10 |cryptanalysis = In 2009, a rebound attack was announced that presents full collisions against 4.5 rounds of Whirlpool in 2120 operations, semi-free-start collisions against 5.5 rounds in 2120 time and semi-free-start near-collisions against 7.5 rounds in 2128 time.[1] }} In computer science and cryptography, Whirlpool (sometimes styled WHIRLPOOL) is a cryptographic hash function. It was designed by Vincent Rijmen (co-creator of the Advanced Encryption Standard) and Paulo S. L. M. Barreto, who first described it in 2000. The hash has been recommended by the NESSIE project. It has also been adopted by the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC) as part of the joint ISO/IEC 10118-3 international standard. Design featuresWhirlpool is a hash designed after the Square block cipher, and is considered to be in that family of block cipher functions. Whirlpool is a Miyaguchi-Preneel construction based on a substantially modified Advanced Encryption Standard (AES). Whirlpool takes a message of any length less than 2256 bits and returns a 512-bit message digest.[3] The authors have declared that "WHIRLPOOL is not (and will never be) patented. It may be used free of charge for any purpose."[2] Version changesThe original Whirlpool will be called Whirlpool-0, the first revision of Whirlpool will be called Whirlpool-T and the latest version will be called Whirlpool in the following test vectors.
Internal structureThe Whirlpool hash function is a Merkle–Damgård construction based on an AES-like block cipher W in Miyaguchi–Preneel mode.[2] The block cipher W consists of an 8×8 state matrix of bytes, for a total of 512 bits. The encryption process consists of updating the state with four round functions over 10 rounds. The four round functions are SubBytes (SB), ShiftColumns (SC), MixRows (MR) and AddRoundKey (AK). During each round the new state is computed as . SubBytesThe SubBytes operation applies a non-linear permutation (the S-box) to each byte of the state independently. The 8-bit S-box is composed of 3 smaller 4-bit S-boxes. ShiftColumnsThe ShiftColumns operation cyclically shifts each byte in each column of the state. Column j has its bytes shifted downwards by j positions. MixRowsThe MixRows operation is a right-multiplication of each row by an 8×8 matrix over . The matrix is chosen such that the branch number (an important property when looking at resistance to differential cryptanalysis) is 9, which is maximal. AddRoundKeyThe AddRoundKey operation uses bitwise xor to add a key calculated by the key schedule to the current state. The key schedule is identical to the encryption itself, except the AddRoundKey function is replaced by an AddRoundConstant function that adds a predetermined constant in each round. Whirlpool hashesThe Whirlpool algorithm has undergone two revisions since its original 2000 specification. People incorporating Whirlpool will most likely use the most recent revision of Whirlpool; while there are no known security weaknesses in earlier versions of Whirlpool, the most recent revision has better hardware implementation efficiency characteristics, and is also likely to be more secure. As mentioned earlier, it is also the version adopted in the ISO/IEC 10118-3 international standard. The 512-bit (64-byte) Whirlpool hashes (also termed message digests) are typically represented as 128-digit hexadecimal numbers. The following demonstrates a 43-byte ASCII input (not including quotes) and the corresponding Whirlpool hashes:
Even a small change in the message will (with an extremely high probability of ) result in a different hash, which will usually look completely different just like two unrelated random numbers do. The following demonstrates the result of changing the previous input by a single letter (a single bit, even, in ASCII-compatible encodings), replacing d with e:
The hash of a zero-length string is:
ImplementationsThe authors provide reference implementations of the Whirlpool algorithm, including a version written in C and a version written in Java.[2] These reference implementations have been released into the public domain.[2] AdoptionTwo of the first widely used mainstream cryptographic programs that started using Whirlpool were FreeOTFE, followed by TrueCrypt in 2005.{{Citation needed|date=February 2018}} VeraCrypt (a fork of TrueCrypt) included Whirlpool (the final version) as one of its supported hash algorithms.[5]See also
References1. ^{{cite conference | author=Florian Mendel1, Christian Rechberger, Martin Schläffer, Søren S. Thomsen | date=2009-02-24 | title=The Rebound Attack: Cryptanalysis of Reduced Whirlpool and Grøstl | conference=Fast Software Encryption: 16th International Workshop | url=https://www.cosic.esat.kuleuven.be/fse2009/slides/2402_1150_Schlaeffer.pdf | format=pdf}} 2. ^1 2 3 4 {{cite web| url=http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html| title=The WHIRLPOOL Hash Function| author=Paulo S. L. M. Barreto| date=2008-11-25| archiveurl=https://web.archive.org/web/20171129084214/http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html| archivedate=2017-11-29| deadurl=yes| accessdate=2018-08-09}} 3. ^{{cite journal| author1=Barreto, Paulo S. L. M.| author2=Rijmen, Vincent| lastauthoramp=yes| title=The WHIRLPOOL Hashing Function| date=2003-05-24| url=http://www.larc.usp.br/~pbarreto/whirlpool.zip| format=ZIP| archiveurl=https://web.archive.org/web/20171026140501/http://www.larc.usp.br/%7Epbarreto/whirlpool.zip| archivedate=2017-10-26| deadurl=yes| accessdate=2018-08-09}} 4. ^{{cite journal| title=On the diffusion matrix employed in the Whirlpool hashing function| author1=Kyoji, Shibutani| author2=Shirai, Taizo| lastauthoramp=yes| year=2003-03-11| url=https://www.cosic.esat.kuleuven.be/nessie/reports/phase2/whirlpool-20030311.pdf| format=PDF| accessdate=2018-08-09}} 5. ^{{cite web| url=https://www.veracrypt.fr/en/Whirlpool.html| title=Whirlpool| work=VeraCrypt Documentation| publisher=IDRIX| accessdate=2018-08-09}} External links
1 : Cryptographic hash functions |
|||||||||||||||||||||||||||
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。