Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ encrypt
Function
encrypt
apps/common/init/init_doc.py:52–56 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
50
51
52
def
encrypt(text):
53
md5 = hashlib.md5()
54
md5.update(text.encode())
55
result = md5.hexdigest()
56
return
result
57
58
59
def
get_call(application_urlpatterns, patterns, params, func):
Callers
1
init_doc.py
File · 0.70
Calls
1
encode
Method · 0.45
Tested by
no test coverage detected