MCPcopy Create free account
hub / github.com/bugy/script-server / md5_apr1

Function md5_apr1

src/utils/encryption_utils.py:7–8  ·  view source on GitHub ↗
(salt, text)

Source from the content-addressed store, hash-verified

5
6
7def md5_apr1(salt, text):
8 return hash_apr1(salt, text)
9
10
11def sha1(text):

Callers

nothing calls this directly

Calls 1

hash_apr1Function · 0.90

Tested by

no test coverage detected