Posted By:
Bob_McLaren
Posted On:
Wednesday, March 15, 2006 10:58 AM
I have an application that requires that I validate some input information from a third party using an HMAC hash with a specified 16-byte (32 character) key.
In my searching, I have found plenty of utility classes for doing MD5 hashing, MAC generation, etc.., but all utilities that use secret keys seem to depend on a random key generator, rather than simply accepting a static key.
Can you point me in the right direction?