From 3e36f3d39b35d61ffcea4494fba49842e8d7c08d Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Tue, 12 Mar 2024 05:25:48 +0000 Subject: [PATCH] Generate documentation --- v3.2-devel.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/v3.2-devel.html b/v3.2-devel.html index 386297b8..84713cc2 100644 --- a/v3.2-devel.html +++ b/v3.2-devel.html @@ -889,8 +889,14 @@ user2:password2

bcrypt : This uses a modified version of the Blowfish stream cipher. It's very secure. The installation of bcrypt is required for this.

-

md5 : This uses an iterated md5 digest of the password +

md5 : This uses an iterated MD5 digest of the password with a salt.

+

sha256 : This uses an iterated SHA-256 digest of the +password with a salt.

+

sha512 : This uses an iterated SHA-512 digest of the +password with a salt.

+

autodetect : This selects autodetection of method per +entry.

Default: md5