I was looking into generating md5sum's of passwords and ran into a little trouble. I used two seperate "online md5 calculators" to generate md5's and they both agreed with each other. But when I generate an md5sum using the md5sum command on my computer I get a completely different result! Anybody have any idea what is going on? Here's an example:
Password: secret
http://md5-hash-online.waraxe.us/: 5ebe2294ecd0e0f08eab7690d2a6ee69 http://www.fileformat.info/tool/hash.htm: 5ebe2294ecd0e0f08eab7690d2a6ee69 echo "secret" | md5sum: dd02c7c2232759874e1c205587017bed
Interestingly enough, I performed an md5sum on a local copy of my ubuntu-8.04.1-desktop-i386.iso file and it MATCHED the MD5SUM file.