Re: [Cppcms-users] md5 problem
Brought to you by:
artyom-beilis
From: Vinicius P. <ds...@ha...> - 2012-09-10 22:18:11
|
Hi, The problem is trailing newlines, change the code in the .sh to: echo -n "some string" | md5sum Note the -n option. HTH, Vinicius Em 10/09/2012, às 18:31, Lee Elenbaas escreveu: > i am attempting to use the md5 hashing > and apparently i am doing something wrong, since i get a different result then md5sum gives me > > i am attaching a zip with the relevant code and how i compare them > > if anyone can help me figure out what i did wrong in the crypto.cpp file - i will apriciate it > > lee > > > > <hash_test.zip>------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users |