MCPcopy
hub / github.com/django/django / harden_runtime

Method harden_runtime

django/contrib/auth/hashers.py:698–699  ·  view source on GitHub ↗
(self, password, encoded)

Source from the content-addressed store, hash-verified

696 return must_update_salt(decoded["salt"], self.salt_entropy)
697
698 def harden_runtime(self, password, encoded):
699 pass

Callers 4

verify_passwordFunction · 0.45
test_harden_runtimeMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_harden_runtimeMethod · 0.36