typo in Sha512ApiKeyHasher docstring

This commit is contained in:
imperosol
2025-11-16 13:30:17 +01:00
parent 33cc9588b0
commit d325b19383

View File

@@ -8,7 +8,7 @@ from django.utils.crypto import constant_time_compare
class Sha512ApiKeyHasher(BasePasswordHasher):
"""
An API key hasher using the sha256 algorithm.
An API key hasher using the sha512 algorithm.
This hasher shouldn't be used in Django's `PASSWORD_HASHERS` setting.
It is insecure for use in hashing passwords, but is safe for hashing