Sha1/HMac

BlitzMax Forums/BlitzMax Programming/Sha1/HMac

Hi,

Does anybody know of a SHA1 lib that also supports Hmac for blitzmax?

--rebellic

There's a SHA1 function in the code archives and I'm sure I've got a HMAC function floating around somewhere, but I can't seem to find it at the mo. :o/

HMAC is pretty trivial to implement though, once you've got the hash routine.

Well, should you happen to find it, I'd be more than happy to reuse it ;-)

-rebellic

There's a SHA1 function in the code archives

Sorry to revive this old thread, but I can't find the SHA1 lib anywhere.

Medley of Digests

Ah, no wonder why I couldn't find it. I was searching for SHA1 and it's there as SHA-1.
Thanks :)