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