0.5.2 - 2022-04-29
- Added custom MD4 hashing code for NTLM to use.
- Newer Linux distributions ship with OpenSSL 3.x which typically disables MD4 breaking the use of
hashlib.new('md4', b"") - Using this custom code allows NTLM to continue to work
- While it's bad to continue to use older hashing mechanisms in this case there is no valid alternative available
- Newer Linux distributions ship with OpenSSL 3.x which typically disables MD4 breaking the use of