Home
last modified time | relevance | path

Searched refs:lmresponse (Results 1 – 1 of 1) sorted by relevance

/external/curl/tests/python_dependencies/impacket/
Dsmbserver.py63 def outputToJohnFormat(challenge, username, domain, lmresponse, ntresponse): argument
73 …%s' % (username.decode('utf-16le'), domain.decode('utf-16le'), hexlify(lmresponse), hexlify(ntresp…
82 …_value = {'hash_string':'%s::%s:%s:%s:%s' % (username, domain, hexlify(lmresponse), hexlify(ntresp…