From a9c01642a67d30e29e58d09ba19a6a36ef4f4264 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Wed, 30 Apr 2025 04:24:57 +0000 Subject: [PATCH] Generate documentation --- master.html | 3 +++ 1 file changed, 3 insertions(+) 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)