Преглед на файлове

add info about argon2 support

Peter Bieringer преди 10 месеца
родител
ревизия
323af3368c
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      radicale/auth/htpasswd.py

+ 3 - 0
radicale/auth/htpasswd.py

@@ -46,6 +46,9 @@ out-of-the-box:
 When bcrypt is installed:
     - BCRYPT     (htpasswd -B ...) -- Requires htpasswd 2.4.x
 
+When argon2 is installed:
+    - ARGON2     (python -c 'from passlib.hash import argon2; print(argon2.using(type="ID").hash("password"))'
+
 """
 
 import functools