Difference between revisions of "CRUNCH"
From The ECRYPT Hash Function Website
Mschlaeffer (talk | contribs) m |
(Length-extension attack on CRUNCH) |
||
(One intermediate revision by one other user not shown) | |||
Line 15: | Line 15: | ||
} | } | ||
</bibtex> | </bibtex> | ||
+ | |||
== Cryptanalysis == | == Cryptanalysis == | ||
− | + | {| border="1" cellpadding="4" cellspacing="0" class="wikitable" style="text-align:center" | |
+ | |- style="background:#efefef;" | ||
+ | | Type of Analysis || Hash Function Part || Hash Size (n) || Parameters/Variants || Compression Function Calls || Memory Requirements || Reference | ||
+ | |- | ||
+ | | length-extension || hash || all || || - || - || [http://ehash.iaik.tugraz.at/uploads/2/25/Crunch.txt Çoban] | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | A description of this table is given [http://ehash.iaik.tugraz.at/wiki/Cryptanalysis_Categories#Individual_Hash_Function_Tables here]. | ||
+ | |||
+ | |||
+ | <bibtex> | ||
+ | @misc{DynamicSHAK08, | ||
+ | author = {Mustafa Çoban}, | ||
+ | title = {Length-extension attack on CRUNCH}, | ||
+ | url = {http://ehash.iaik.tugraz.at/uploads/2/25/Crunch.txt}, | ||
+ | howpublished = {Available online}, | ||
+ | year = {2009}, | ||
+ | } | ||
+ | </bibtex> |
Latest revision as of 12:24, 14 January 2009
1 The algorithm
- Author(s): Louis Goubin, Mickael Ivascot, William Jalby, Olivier Ly, Valerie Nachef, Jacques Patarin, Joana Treger, Emmanuel Volte
- Website: http://www.voltee.com/crunch/
- NIST submission package: CRUNCH.zip
Louis Goubin, Mickael Ivascot, William Jalby, Olivier Ly, Valerie Nachef, Jacques Patarin, Joana Treger, Emmanuel Volte - CRUNCH
- ,2008
- http://www.voltee.com/crunch/cdrom/Supporting_Documentation/crunch_specifications.pdf
BibtexAuthor : Louis Goubin, Mickael Ivascot, William Jalby, Olivier Ly, Valerie Nachef, Jacques Patarin, Joana Treger, Emmanuel Volte
Title : CRUNCH
In : -
Address :
Date : 2008
2 Cryptanalysis
Type of Analysis | Hash Function Part | Hash Size (n) | Parameters/Variants | Compression Function Calls | Memory Requirements | Reference |
length-extension | hash | all | - | - | Çoban |
A description of this table is given here.
Mustafa Çoban - Length-extension attack on CRUNCH