Re: [Cppcms-users] md5 problem
Brought to you by:
artyom-beilis
From: Lee E. <le...@el...> - 2012-09-11 03:49:03
|
Thanks Vinicius this worked - i was going to test if i had problems with mismatching encodings, but i was wrong On Tue, Sep 11, 2012 at 1:17 AM, Vinicius Pavanelli <ds...@ha...>wrote: > 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 > > > > ------------------------------------------------------------------------------ > 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 > |