From d1fe4355dd67f96294467256f5915e1e4e92036c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20S=C3=A6taberget?= <2572988+Lars-Saetaberget@users.noreply.github.com> Date: Wed, 2 Mar 2022 12:58:28 +0100 Subject: [PATCH] Added 28400 to docs --- docs/changes.txt | 1 + docs/readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index d8eabb90e..693ac2c6c 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -8,6 +8,7 @@ - Added hash-mode: PostgreSQL SCRAM-SHA-256 - Added hash-mode: Teamspeak 3 (channel hash) - Added hash-mode: sha256($salt.sha256_bin($pass)) +- Added hash-mode: bcrypt(sha512($pass)) / bcryptsha512 ## ## Features diff --git a/docs/readme.txt b/docs/readme.txt index 65bb141f3..114e6e00c 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -367,6 +367,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or - vBulletin >= v3.8.5 - bcrypt(md5($pass)) / bcryptmd5 - bcrypt(sha1($pass)) / bcryptsha1 +- bcrypt(sha512($pass)) / bcryptsha512 - osCommerce, xt:Commerce - TOTP (HMAC-SHA1) - Web2py pbkdf2-sha512