[Bro-Dev] md5_hash vs. md5_hmac

Matthias Vallentin vallentin at icir.org
Mon Nov 21 11:01:01 PST 2011


> That should still be correct since I wasn't looking for an HMAC value
> with the md5_hash function and we haven't touched that code since it
> was added.

I had to squint my eyes intensively to see the difference in the
function bodies:

    hash_md5_val(@ARG@, digest);

vs.

    hmac_md5_val(@ARG@, digest);

That makes more sense now to me, sorry for the noise.

    Matthias


More information about the bro-dev mailing list