mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Generate documentation
This commit is contained in:
parent
ee9b12363e
commit
a9c01642a6
1 changed files with 3 additions and 0 deletions
|
@ -1057,6 +1057,9 @@ with a salt (nowadays insecure).</p>
|
|||
SHA-256 digest of the password with a salt.</p>
|
||||
<p><code>sha512</code> <em>(>= 3.1.9)</em> : This uses an iterated
|
||||
SHA-512 digest of the password with a salt.</p>
|
||||
<p><code>argon2</code> <em>(>= 3.5.3)</em> : This uses an iterated
|
||||
ARGON2 digest of the password with a salt. The installation of
|
||||
<strong>argon2-cffi</strong> is required for this.</p>
|
||||
<p><code>autodetect</code> <em>(>= 3.1.9)</em> : This selects
|
||||
autodetection of method per entry.</p>
|
||||
<p>Default: <code>md5</code> <em>(< 3.3.0)</em>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue