Added hash-mode bcrypt(md5(pass)) / bcryptmd5

This commit is contained in:
Gabriele Gristina
2020-12-10 02:16:33 +01:00
parent 15bf8b7302
commit 2097d67cd5
4 changed files with 1327 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: bcrypt(md5($pass)) / bcryptmd5
##
## Bugs
+1
View File
@@ -186,6 +186,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
- Radmin2
- Samsung Android Password/PIN
- bcrypt $2*$, Blowfish (Unix)
- bcrypt(md5($pass)) / bcryptmd5
- md5crypt, MD5 (Unix), Cisco-IOS $1$ (MD5)
- descrypt, DES (Unix), Traditional DES
- sha256crypt $5$, SHA256 (Unix)