Merge pull request #2637 from matrix/bcryptmd5

Added hash-mode 3201 - bcrypt(md5(pass)) / bcryptmd5
This commit is contained in:
Jens Steube
2021-05-17 13:17:25 +02:00
committed by GitHub
5 changed files with 1400 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@
- Added hash-mode: Umbraco HMAC-SHA1
- Added hash-mode: sha1($salt.sha1($pass.$salt))
- Added hash-mode: sha1(sha1($pass).$salt)
- Added hash-mode: bcrypt(md5($pass)) / bcryptmd5
##
## Features
+1
View File
@@ -189,6 +189,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)