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

Generate documentation

This commit is contained in:
Github Actions 2024-03-12 05:25:48 +00:00
parent e6302bc8b6
commit 3e36f3d39b

View file

@ -889,8 +889,14 @@ user2:password2</code></pre>
<p><code>bcrypt</code> : This uses a modified version of the Blowfish
stream cipher. It's very secure. The installation of
<strong>bcrypt</strong> is required for this.</p>
<p><code>md5</code> : This uses an iterated md5 digest of the password
<p><code>md5</code> : This uses an iterated MD5 digest of the password
with a salt.</p>
<p><code>sha256</code> : This uses an iterated SHA-256 digest of the
password with a salt.</p>
<p><code>sha512</code> : This uses an iterated SHA-512 digest of the
password with a salt.</p>
<p><code>autodetect</code> : This selects autodetection of method per
entry.</p>
<p>Default: <code>md5</code></p>
</section>
<section class="level5" id="delay">