Talk:Comparison of cryptographic hash functions
![]() | Cryptography: Computer science List‑class Low‑importance | ||||||||||||
|
![]() | The contents of the Comparison of cryptographic hash functions page were merged into Hash function security summary on 23 October 2014. For the contribution history and old versions of the merged article please see its history. |
![]() | The contents of the Cryptographic hash function page were merged into Comparison of cryptographic hash functions on 23 October 2014. For the contribution history and old versions of the redirected page, please see its history; for the discussion at that location, see its talk page. |
Patent information
It would be very interesting if someone would take the time to gather license/patent information about the algorithms :) -LM — Preceding unsigned comment added by 213.100.57.46 (talk) 18:24, 31 July 2010 (UTC)
Updating related pages
I'm curious if there is some way to either split a few pages or some method to keep pages with the same content up to date. For instance there is at least: Cryptographic_hash_function Comparison_of_cryptographic_hash_functions Hash_function_security_summary
They aren't always all in sync with each other and that's not to mention the pages for each hash function. Thoughts? Quelrod (talk) 18:24, 31 July 2010 (UTC)
Reduced round versions
Putting attack on the complete algorithm and attack on reduced rounds versions in the same table is completely unreadable, mixing practical weaknesses and irrelevant to practical security ones... — Preceding unsigned comment added by JidGom (talk • contribs) 11:03, 30 March 2011 (UTC)
- I think the attacks on reduced step versions of RIPE and SHA1 should be listed separately in the table of best attacks. 24 step SHA1 is NOT SHA1 and the strength of 24 step SHA1 is not something that many readers are going to be able to use as an indicator of the strength of actual SHA1. 108.7.229.221 (talk) 21:14, 13 November 2012 (UTC)
RIPEMD
From a causality point of view - RIPEMD can not be derived from RIPEMD-160, since the latter was in fact developed after the first. — Preceding unsigned comment added by 91.206.174.166 (talk) 10:25, 12 January 2012 (UTC)
Needs more info on Whirlpool
Dearth of info on Whirlpool to other function comparison. — Preceding unsigned comment added by 150.135.211.226 (talk) 16:41, 6 September 2013 (UTC)
Maximum input length
Theoretically there is no size limit for this algorithms. They work with stream and insert at end to stream data int64 of stream length. If stream length is greater than 2^64-1 bytes they add 2^64 remainder of actual length. — Preceding unsigned comment added by 193.169.234.6 (talk) 15:30, 19 November 2015 (UTC)
Include Tiny Encryption Algorithm (TEA)?
I'm not a hash function expert, but was led here when investigating the Tiny Encryption Algorithm. Apparently it was used (and hacked) in the MS Xbox. Is there a reason it was not included? Nerfer (talk) 16:30, 5 January 2016 (UTC)
- @Nerfer: No, TEA is a cipher, not a hash function. Any block cipher can be adapted to be a hash function, but in the case of TEA, that produces a weak hash. The usage of TEA in Xbox was a made-up amateur hash, not a real one. -- intgr [talk] 06:47, 6 January 2016 (UTC)