MCPcopy Create free account
hub / github.com/tiny-pilot/tinypilot / generate_hash

Function generate_hash

app/password.py:11–12  ·  view source on GitHub ↗
(password)

Source from the content-addressed store, hash-verified

9
10
11def generate_hash(password):
12 return _CUSTOM_PBKDF2.hash(password)
13
14
15def verify(password, password_hash):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected