You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the hash function is (md5) is hardcoded in the init_key function.
The bug appears when the key is longer than the block size and the selected hash function is not md5.
the hash function is (md5) is hardcoded in the
init_keyfunction.The bug appears when the key is longer than the block size and the selected hash function is not md5.
python-hmac/hmac.py
Line 52 in dde2b84