Files
Radicale/radicale/auth
Henning Schild 80b0aaf24f auth/htpasswd: deal with bcrypt maximum password length
bcrypt < 5 always truncated overlong passwords for us, since version 5
we need to do that on our own or hope our password library does it for
us.

In order to support both passlib and libpass with bcrypt >= 5 we simply
truncate if needed so it does not matter which of the two libraries is
used.

Closes: #1896
Signed-off-by: Henning Schild <henning@hennsch.de>
2026-04-14 18:21:38 +02:00
..
2024-06-07 06:45:39 +02:00
2025-03-13 21:31:50 +01:00
2025-02-25 06:19:51 +01:00
2025-03-13 21:31:50 +01:00