Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ MD4
Function
MD4
pager_lib/smb/ntlm.py:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
hashlib.new(
'md4'
)
9
10
def
MD4():
return
hashlib.new(
'md4'
)
11
except
( ImportError, ValueError ):
12
from
.utils.md4
import
MD4
13
Callers
2
generateChallengeResponseV2
Function · 0.70
generateChallengeResponseV1
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected