View previous topic :: View next topic |
Author |
Message |
alikaca
Joined: 01 Mar 2007 Posts: 5
|
MD5 crypto |
Posted: Mon Mar 05, 2007 4:34 am |
|
|
hi,
How can i make to md5 for a string.
example string ="deneme" md5= a4cd383bbb68335267b3d861f58b7f41
how can i generator md5 code.
thanks |
|
|
Ttelmah Guest
|
|
Posted: Mon Mar 05, 2007 5:11 am |
|
|
There is an MD5 C source, at xyssl, which transtates fairly easily to CCS (remember to use 'int32', where it uses 'long', and just to hand it a string, rather than the extra file I/O this implements). I have done this in the past with the MD4, that is also there.
Best Wishes |
|
|
alikaca
Joined: 01 Mar 2007 Posts: 5
|
which code |
Posted: Mon Mar 05, 2007 6:03 am |
|
|
where is the sample md5 code for ccs (source code)? |
|
|
|