Rijndael Cryptanalysis Results 5
Anonymous Coward writes: "It appears by reading here that the Rijndael encryption algorithm has had more organized cryptanalysis performed against it and might not have fared too terribly well even using up to 9 rounds." Rijndael is one of the candidates for the U.S. Government's next-generation encryption standard.
The obvious has to be said... (Score:3)
Re:The obvious has to be said... (Score:2)
Twofish seems to be very resistant to all known attacks, and certainly can't be counted out.
Key Escrow (Score:1)
yeah, but it's coming from counterpane (Score:1)
I dunno... ever since that mistake in the code for Blowfish in the April 1994 issue of DDJ, I've kinda wondered who actually ghost-writes his code. IIRC, 32 bit addition ignoring overflow is what was called for, and in the listing it ended up being 32 bit addition and a mod(32) or some such, which set most of the bits of the register back to 0. That couldn't have helped... Anyone else catch that? In another implementation I saw, it became mod(232) which is truly strange. I guess that came from this [counterpane.com] where 2^32 becomes simply 232 if your browser doesn't render the SUP tag.
Free and unpatented algorithms are great to have around though, and I expect to see blowfish/twofish products even after the AES winner is revealed.
Rijndael Cryptanalysis result (Score:2)