Merge pull request #2110 from matrix/sha256_md5_huawei

Added hash-mode: sha256(md5(pass))
This commit is contained in:
Jens Steube
2019-07-30 15:34:22 +02:00
committed by GitHub
9 changed files with 3331 additions and 0 deletions
+1
View File
@@ -89,6 +89,7 @@ NVIDIA GPUs require "NVIDIA Driver" (418.56 or later) and "CUDA Toolkit" (10.1 o
- sha256($salt.$pass)
- sha256(utf16le($pass).$salt)
- sha256($salt.utf16le($pass))
- sha256(md5($pass))
- sha512($pass.$salt)
- sha512($salt.$pass)
- sha512(utf16le($pass).$salt)