1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

argon2: doc

This commit is contained in:
Peter Bieringer 2025-04-30 06:24:10 +02:00
parent 30b6b64e9a
commit 8312d7761a

View file

@ -943,6 +943,10 @@ Available methods:
`sha512` _(>= 3.1.9)_
: This uses an iterated SHA-512 digest of the password with a salt.
`argon2` _(>= 3.5.3)_
: This uses an iterated ARGON2 digest of the password with a salt.
The installation of **argon2-cffi** is required for this.
`autodetect` _(>= 3.1.9)_
: This selects autodetection of method per entry.