MD5 test vector

From: 박성호 <psh12280(at)explore(dot)kw(dot)ac(dot)kr>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: MD5 test vector
Date: 2003-03-07 02:25:54
Message-ID: 000801c2e450$e14669c0$41428680@akhemist
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Excuseme,

I am student of graduate school, in Korea.

I am studing cryptography system, and it's implementation to hard ware.

On implementaion to C language, My digested result is different and I can't find
Where, How I had taken a mistake, since test vector for MD5 is not be.

So I beg your pardon...

I want result calculated result for each step.

For example,

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++=
MESSAGE : "..."
IV = 0x0000...(128bit)

a b c d sum after function sin() result shifed X
step = 1 0x.... 0x.... 0x.... 0x.... 0x.... 0x.... 0x....
step = 2 0x.... 0x.... 0x.... 0x.... 0x.... 0x.... 0x....
step = 3 0x.... 0x.... 0x.... 0x.... 0x.... 0x.... 0x....
step = 4 0x.... 0x.... 0x.... 0x.... 0x.... 0x.... 0x....
step = 5 0x.... 0x.... 0x.... 0x.... 0x.... 0x.... 0x....
step = 6 0x.... 0x.... 0x.... 0x.... 0x.... 0x.... 0x....
.
.
.
step = 64 0x.... 0x.... 0x.... 0x.... 0x.... 0x.... 0x....

final digest = 0x...(128bit)

====================================================
====================================================

Sung-Ho, Park

Dept. of Semiconductor and New Materials Engineering

Kwangwoon University

447-1 Wolgye-Dong Nowon-Gu

Seoul, 139-701

South Korea

Tel ) +82-2-940-5167

FAX ) +82-2-940-3940

HP ) 011-9838-7544

E-mail) psh12280(at)explore(dot)kw(dot)ac(dot)kr

HomePage) http://ddntlab.kw.ac.kr

====================================================
====================================================

Browse pgsql-patches by date

  From Date Subject
Next Message Kevin Brown 2003-03-07 04:10:31 Re: stats_command_string default?
Previous Message Rod Taylor 2003-03-06 23:36:44 Re: new format for describe (repost #2)