Actions
Feature #2606
closedmod_auth bcrypt support
Status:
Wontfix
Priority:
Normal
Category:
-
Updated by stbuehler over 2 years ago
- Status changed from New to Wontfix
With the right crypt library (e.g. https://github.com/besser82/libxcrypt/ is used in debian and probably other linux dists) bcrypt is already supported (with the $2b$
prefix) for basic authentication.
Digest authentication can't work with bcrypt, as bcrypt isn't a "simple" hash function, but requires context like cost and salt.
Actions
Also available in: Atom