ntlm

MD4 hashlib support in Python 3.8

MD4 hashlib support in Python 3.8 Question: I am trying to implement a soap client for a server that uses NTLM authentication. The libraries that I use (requests-ntlm2 which relies on ntlm-auth) implement the MD4 algorithm that lies in the core of the NTLM protocol via the standard library’s hashlib. Although hashlib seems to support …

Total answers: 3