fork download
  1. import hashlib
  2.  
  3. password = "Password123"
  4. nt_hash = hashlib.new('md4', password.encode('utf-16le')).hexdigest()
  5. print(nt_hash.upper())
  6.  
Success #stdin #stdout 0.04s 64224KB
stdin
Standard input is empty
stdout
58A478135A93AC3BF058A5EA0E8FDB71