Thursday
05Oct2006
BBAuth and HMACs
Thursday, October 5, 2006 at 02:24AM I’ve written before about Yahoo!’s BBAuth. Looking closer at it I’m curious why it’s using pseudo HMACs with MD5 for authentication.
RFC 2104 describes the constraints for a true HMAC (key length constraints and use of padding) and I would love to see BBAuth use the same, preferably based on a less vulnerable hashing algorithm than MD5, say SHA-1.



Reader Comments (2)
About the security, my impression of md5 cracks is that they aren't yet up to the job of finding a collision for an arbitrary input. Both members of the pair have to be up to the cracker, meaning that a user who is not the cracker has little to fear.