Thanks for that HMac code you posted in the Source Code Forum. I have no intention of using the WinAPI for my security stuff, as I don't trust MS that far, but analyzing your code gives me notions about how hmac is implemented. I have put the functionality in my hash stuff in my DLL, and so far, so good. My next step is to compare my code's output with the output of your code (obviously, can only do this for the MD5 and SHA1 hashes) and tweak my stuff until it would seem that my implementation conforms to the standards.
Thanks again.
Thanks again.

Comment