Add AuthMe - sha256(sha256().) kernel module
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
- Added hash-mode: Python passlib pbkdf2-sha256
|
||||
- Added hash-mode: Python passlib pbkdf2-sha512
|
||||
- Added hash-mode: Oracle Transportation Management (SHA256)
|
||||
- Added hash-mode: AuthMe - sha256(sha256($pass).$salt)
|
||||
|
||||
##
|
||||
## Bugs
|
||||
|
||||
@@ -92,6 +92,7 @@ NVIDIA GPUs require "NVIDIA Driver" (418.56 or later) and "CUDA Toolkit" (10.1 o
|
||||
- sha512($salt.$pass)
|
||||
- sha512(utf16le($pass).$salt)
|
||||
- sha512($salt.utf16le($pass))
|
||||
- AuthMe - sha256(sha256($pass).$salt)
|
||||
- HMAC-MD5 (key = $pass)
|
||||
- HMAC-MD5 (key = $salt)
|
||||
- HMAC-SHA1 (key = $pass)
|
||||
|
||||
Reference in New Issue
Block a user