Project

General

Profile

Actions

Feature #2606

closed

mod_auth bcrypt support

Added by stbuehler over 9 years ago. Updated about 2 years ago.

Status:
Wontfix
Priority:
Normal
Category:
-
Actions #1

Updated by stbuehler about 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