Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_password
Function · 0.45
test_bcrypt_harden_runtime
Method · 0.45
test_pbkdf2_harden_runtime
Method · 0.45
test_harden_runtime
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_bcrypt_harden_runtime
Method · 0.36
test_pbkdf2_harden_runtime
Method · 0.36
test_harden_runtime
Method · 0.36