mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
argon2: doc
This commit is contained in:
parent
30b6b64e9a
commit
8312d7761a
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue