mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-29 03:18:30 +00:00
update readme/changes txt
This commit is contained in:
parent
10f243aa20
commit
1aef49d11b
@ -35,6 +35,7 @@
|
|||||||
- Added hash-mode: Python passlib pbkdf2-sha256
|
- Added hash-mode: Python passlib pbkdf2-sha256
|
||||||
- Added hash-mode: Python passlib pbkdf2-sha512
|
- Added hash-mode: Python passlib pbkdf2-sha512
|
||||||
- Added hash-mode: Oracle Transportation Management (SHA256)
|
- Added hash-mode: Oracle Transportation Management (SHA256)
|
||||||
|
- Added hash-mode: sha256(md5($pass))
|
||||||
|
|
||||||
##
|
##
|
||||||
## Bugs
|
## Bugs
|
||||||
|
@ -88,6 +88,7 @@ NVIDIA GPUs require "NVIDIA Driver" (418.56 or later) and "CUDA Toolkit" (10.1 o
|
|||||||
- sha256($salt.$pass)
|
- sha256($salt.$pass)
|
||||||
- sha256(utf16le($pass).$salt)
|
- sha256(utf16le($pass).$salt)
|
||||||
- sha256($salt.utf16le($pass))
|
- sha256($salt.utf16le($pass))
|
||||||
|
- sha256(md5($pass))
|
||||||
- sha512($pass.$salt)
|
- sha512($pass.$salt)
|
||||||
- sha512($salt.$pass)
|
- sha512($salt.$pass)
|
||||||
- sha512(utf16le($pass).$salt)
|
- sha512(utf16le($pass).$salt)
|
||||||
|
Loading…
Reference in New Issue
Block a user