mirror of
https://github.com/django/django.git
synced 2025-01-07 17:06:04 +00:00
c76d51b3ad
Argon2 encodes the salt as base64 for representation in the final hash output. To be able to accurately return the used salt from decode(), add padding, b64decode, and decode from latin1 (for the remote possibility that someone supplied a custom hash consisting solely of bytes -- this would require a manual construction of the hash though, Django's interface does not allow for that). |
||
---|---|---|
.. | ||
fixtures | ||
models | ||
templates | ||
__init__.py | ||
backend_alias.py | ||
client.py | ||
common-passwords-custom.txt | ||
settings.py | ||
test_admin_multidb.py | ||
test_auth_backends.py | ||
test_basic.py | ||
test_checks.py | ||
test_context_processors.py | ||
test_decorators.py | ||
test_forms.py | ||
test_handlers.py | ||
test_hashers.py | ||
test_management.py | ||
test_middleware.py | ||
test_migrations.py | ||
test_mixins.py | ||
test_models.py | ||
test_password_reset_timeout_days.py | ||
test_remote_user.py | ||
test_signals.py | ||
test_templates.py | ||
test_tokens.py | ||
test_validators.py | ||
test_views.py | ||
urls_admin.py | ||
urls_custom_user_admin.py | ||
urls.py |