From b03643933286a372dbc83d2b68f48f180a3ae89b Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Wed, 30 Apr 2025 06:24:17 +0200 Subject: [PATCH] argon2: example config --- config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config b/config index 0c926c7b..bbeb19d1 100644 --- a/config +++ b/config @@ -148,8 +148,9 @@ #htpasswd_filename = /etc/radicale/users # Htpasswd encryption method -# Value: plain | bcrypt | md5 | sha256 | sha512 | autodetect +# Value: plain | bcrypt | md5 | sha256 | sha512 | argon2 | autodetect # bcrypt requires the installation of 'bcrypt' module. +# argon2 requires the installation of 'argon2-cffi' module. #htpasswd_encryption = autodetect # Enable caching of htpasswd file based on size and mtime_ns