1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-25 09:28:20 +00:00

update readme/changes txt

This commit is contained in:
Gabriele Gristina 2019-07-13 20:51:38 +02:00
parent 10f243aa20
commit 1aef49d11b
2 changed files with 2 additions and 0 deletions

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: sha256(md5($pass))
##
## Bugs

View File

@ -88,6 +88,7 @@ NVIDIA GPUs require "NVIDIA Driver" (418.56 or later) and "CUDA Toolkit" (10.1 o
- sha256($salt.$pass)
- sha256(utf16le($pass).$salt)
- sha256($salt.utf16le($pass))
- sha256(md5($pass))
- sha512($pass.$salt)
- sha512($salt.$pass)
- sha512(utf16le($pass).$salt)