1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-02 02:41:35 +00:00

Update docs/changes.txt and docs/readme.txt regarding sha256(.sha256())

This commit is contained in:
Jens Steube 2021-06-04 08:12:11 +02:00
parent 978f4c7a85
commit 7024f31b58
2 changed files with 0 additions and 2 deletions

View File

@ -93,7 +93,6 @@
- Added hash-mode: Umbraco HMAC-SHA1
- Added hash-mode: sha1($salt.sha1($pass.$salt))
- Added hash-mode: sha1(sha1($pass).$salt)
- Added hash-mode: sha256($salt.sha256($pass))
##
## Features

View File

@ -112,7 +112,6 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
- sha256($salt.utf16le($pass))
- sha256(md5($pass))
- sha256(sha256($pass).$salt)
- sha256($salt.sha256($pass))
- sha256(sha256_bin($pass))
- sha256(utf16le($pass).$salt)
- sha384($pass.$salt)