Merge pull request #2637 from matrix/bcryptmd5
Added hash-mode 3201 - bcrypt(md5(pass)) / bcryptmd5
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user