Added hash-mode 1770 - sha512(utf16le(pass))

This commit is contained in:
Gabriele Gristina
2020-12-16 23:43:31 +01:00
parent 15bf8b7302
commit dbd4b33f95
10 changed files with 1958 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@
- Added hash-mode: RAR3-p (Uncompressed)
- Added hash-mode: RSA/DSA/EC/OPENSSH Private Keys
- Added hash-mode: sha1(sha1($pass).$salt)
- Added hash-mode: sha512(utf16le($pass))
##
## Bugs
+1
View File
@@ -110,6 +110,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
- sha512($pass.$salt)
- sha512($salt.$pass)
- sha512($salt.utf16le($pass))
- sha512(utf16le($pass))
- sha512(utf16le($pass).$salt)
- Ruby on Rails Restful-Authentication
- HMAC-MD5 (key = $pass)