Difference between revisions of "PKC-HASH"

From The ECRYPT Hash Function Website
(Collision Attacks)
(Collision Attacks)
Line 36: Line 36:
  
 
=== Collision Attacks ===
 
=== Collision Attacks ===
 +
 +
<bibtex>
 +
@inproceedings{sacryptChangSSLL02,
 +
  author    = {Donghoon Chang and Jaechul Sung and Soo Hak Sung and Sangjin Lee and Jongin Lim},
 +
  title    = {Full-Round Differential Attack on the Original Version of the Hash Function Proposed at PKC'98},
 +
  booktitle = {Selected Areas in Cryptography},
 +
  year      = {2002},
 +
  pages    = {160-174},
 +
  url        = {http://link.springer.de/link/service/series/0558/bibs/2595/25950160.htm},
 +
  editor    = {Kaisa Nyberg and Howard M. Heys},
 +
  publisher = {Springer},
 +
  series    = {LNCS},
 +
  volume    = {2595},
 +
  isbn      = {3-540-00622-2},
 +
  abstract  = {Shin et al. [4] proposed a new hash function with 160-bit output length at PKC'98. Recently, at FSE 2002, Han et al. [5] cryptanalyzed the hash function proposed at PKC'98 and suggested a method finding a collision pair with probability $2^{-30}$, supposing that boolean functions satisfy the SAC(Strict Avalanche Criterion). This paper improves their attack and shows that we can find a collision pair from the original version of the hash function with probability $2^{-37.13}$ through the improved method. Furthermore we point out a weakness of the function comes from shift values dependent on message.},
 +
}
 +
</bibtex>
 +
 +
 
<bibtex>
 
<bibtex>
 
@inproceedings{fseHanPC02,
 
@inproceedings{fseHanPC02,

Revision as of 07:25, 11 March 2008

1 Specification

  • digest size: 160 bits
  • max. message length: < 264 bits
  • compression function: 512-bit message block, 160-bit chaining variable
  • Specification:

Sang Uk Shin, Kyung Hyune Rhee, Dae-Hyun Ryu, Sangjin Lee - A New Hash Function Based on MDx-Family and Its Application to MAC

Public Key Cryptography 1431:234-246,1998
http://link.springer.de/link/service/series/0558/bibs/1431/14310234.htm
Bibtex
Author : Sang Uk Shin, Kyung Hyune Rhee, Dae-Hyun Ryu, Sangjin Lee
Title : A New Hash Function Based on MDx-Family and Its Application to MAC
In : Public Key Cryptography -
Address :
Date : 1998

2 Cryptanalysis

2.1 Best Known Results


2.2 Generic Attacks


2.3 Collision Attacks

Donghoon Chang, Jaechul Sung, Soo Hak Sung, Sangjin Lee, Jongin Lim - Full-Round Differential Attack on the Original Version of the Hash Function Proposed at PKC'98

Selected Areas in Cryptography 2595:160-174,2002
http://link.springer.de/link/service/series/0558/bibs/2595/25950160.htm
Bibtex
Author : Donghoon Chang, Jaechul Sung, Soo Hak Sung, Sangjin Lee, Jongin Lim
Title : Full-Round Differential Attack on the Original Version of the Hash Function Proposed at PKC'98
In : Selected Areas in Cryptography -
Address :
Date : 2002


Daewan Han, Sangwoo Park, Seongtaek Chee - Cryptanalysis of the Modified Version of the Hash Function Proposed at PKC'98

FSE 2365:252-262,2002
http://link.springer.de/link/service/series/0558/bibs/2365/23650252.htm
Bibtex
Author : Daewan Han, Sangwoo Park, Seongtaek Chee
Title : Cryptanalysis of the Modified Version of the Hash Function Proposed at PKC'98
In : FSE -
Address :
Date : 2002

2.4 Second Preimage Attacks


2.5 Preimage Attacks


2.6 Others