MCPcopy 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
52def encrypt(text):
53 md5 = hashlib.md5()
54 md5.update(text.encode())
55 result = md5.hexdigest()
56 return result
57
58
59def get_call(application_urlpatterns, patterns, params, func):

Callers 1

init_doc.pyFile · 0.70

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected