mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
add info about argon2 support
This commit is contained in:
parent
0d834da1e6
commit
323af3368c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue