diff --git a/master.html b/master.html index ce7d93da..5607a752 100644 --- a/master.html +++ b/master.html @@ -1057,6 +1057,9 @@ with a salt (nowadays insecure).

SHA-256 digest of the password with a salt.

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.

Default: md5 (< 3.3.0)