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 text was updated successfully, but these errors were encountered:
Thrushbeard
changed the title
Decryption of salt encrypted attributes (encrypt=2) are incorrect
Decryption of salt encrypted attributes (encrypt=2) is incorrect
Mar 13, 2024
A cleartext value is wrong for salt encrypted attributes in a RADIUS packet (e.g. MS-CHAP2 MPPE keys).
There are two points about a hash value:
pyrad/pyrad/packet.py
Line 595 in dd34c5a
last = data[:16]
for the decryption.pyrad/pyrad/packet.py
Line 585 in dd34c5a
The text was updated successfully, but these errors were encountered: