Merge pull request #2128 from matrix/authme_1

Added hash-mode: AuthMe - sha256(sha256(pass).salt)
This commit is contained in:
Jens Steube
2019-08-03 20:24:07 +02:00
committed by GitHub
11 changed files with 6164 additions and 0 deletions
+2
View File
@@ -94,6 +94,8 @@ NVIDIA GPUs require "NVIDIA Driver" (418.56 or later) and "CUDA Toolkit" (10.1 o
- sha512($salt.$pass)
- sha512(utf16le($pass).$salt)
- sha512($salt.utf16le($pass))
- sha256(sha256($pass).$salt)
- AuthMe sha256
- HMAC-MD5 (key = $pass)
- HMAC-MD5 (key = $salt)
- HMAC-SHA1 (key = $pass)