Jon Oberheide <j...@oberheide.org> added the comment:

> You should explain what you already said: it is not a risk because the
> length of a HMAC is fixed.

Well, that's not entirely accurate. Exposing the length of the HMAC can expose 
what underlying hash is being used (eg. HMAC-SHA1 has different length than 
HMAC-MD5). It's generally not considered a risk since exposing the algorithm 
being used shouldn't impact your security (unless you're doing it very wrong).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14532>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to