Published by alax on 07 Sep 2007 at 07:46 pm
Reversing MD5 using CryptoAPI
Improving MD5 cracking application: with the use of MS Windows CryptoAPI subsystem, cracking speed increased by over 25%. I am looking forward to getting evaluation version of Intel IPP Cryptography library to compare results to obtained using CryptoAPI.
See Also: CryptAcquireContext, CryptCreateHash, CALG_MD5, CryptHashData, CCryptProv, CCryptMD5Hash.
Partial (some header files are excluded) Visual C++.NET 2005 source code can be downloaded here, compiled binary - here.
One Response to “Reversing MD5 using CryptoAPI”
Leave a Reply
You must be logged in to post a comment.

alax on 20 Sep 2007 at 11:47 pm #
Even more interesting, an upgrade from Intel Pentuim 4 Processor to Intel E6750 Dual-core CPU increased processing speed several times! It takes 3 seconds now where it was over 10.