Interwubs

Generate PHP HMAC Hash Without Hash Extension

September 11th, 2009

The other day, I ran into a problem with one of my web hosts…  The version of PHP installed on the server didn’t have access to the Hash extension and I needed to generate an HMAC hash. Eight hours and many test runs later, I managed to produce a function that generates identical output to [...]