You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very old hasher that basically does PBKDF2 with several hashes, but it stores it's result slightly differently, as it predates the django build in once.
Is there a way to allow to also implement custom hashers with this library? Or would you accept these special hashers as part of the library?
The text was updated successfully, but these errors were encountered:
Django Supports writing your own hasher.
I have a very old hasher that basically does PBKDF2 with several hashes, but it stores it's result slightly differently, as it predates the django build in once.
Is there a way to allow to also implement custom hashers with this library? Or would you accept these special hashers as part of the library?
The text was updated successfully, but these errors were encountered: