Hi All,
Should an md5 hash of the same string output the same hash on Windows
and Unix?
I downloaded md5.c from http://www.advogato.org/article/830.html and
compiled it on windows via cygwin and compiled it on Solaris 10.
Windows/Cygwin
$ ./md5.exe -s password
5f4dcc3b5aa765d 61d8327deb882cf 99
Solaris
bash-3.00$ ./md5 -s password
a4d85586adcf168 8d921e38312c7e4 37
Thanks for your time
Kind regards
Danny
Should an md5 hash of the same string output the same hash on Windows
and Unix?
I downloaded md5.c from http://www.advogato.org/article/830.html and
compiled it on windows via cygwin and compiled it on Solaris 10.
Windows/Cygwin
$ ./md5.exe -s password
5f4dcc3b5aa765d 61d8327deb882cf 99
Solaris
bash-3.00$ ./md5 -s password
a4d85586adcf168 8d921e38312c7e4 37
Thanks for your time
Kind regards
Danny
Comment