Add AuthMe - sha256(sha256().) kernel module

This commit is contained in:
Gabriele Gristina
2019-07-23 19:23:06 +02:00
parent d1f473d6ba
commit c166242996
8 changed files with 1153 additions and 1 deletions
+1
View File
@@ -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
+1
View File
@@ -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)