Added hash-mode 70 - md5(utf16le(pass))

This commit is contained in:
Gabriele Gristina
2020-12-16 22:09:22 +01:00
parent 15bf8b7302
commit 930e39c324
10 changed files with 2021 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: md5(utf16le($pass))
##
## Bugs
+1
View File
@@ -84,6 +84,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
- md5(sha1($pass).md5($pass).sha1($pass))
- md5(sha1($salt).md5($pass))
- md5(strtoupper(md5($pass)))
- md5(utf16le($pass))
- md5(utf16le($pass).$salt)
- sha1($pass.$salt)
- sha1($salt.$pass)