1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

changes: fix alphabetic order of newly added hash types

This commit is contained in:
philsmd 2022-06-11 11:33:00 +02:00
parent 15a0ad5903
commit 277ec35357
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

View File

@ -4,9 +4,9 @@
## Algorithms ## Algorithms
## ##
- Added hash-mode: BLAKE2b-512($salt.$pass)
- Added hash-mode: BLAKE2b-512($pass.$salt)
- Added hash-mode: Amazon AWS4-HMAC-SHA256 - Added hash-mode: Amazon AWS4-HMAC-SHA256
- Added hash-mode: BLAKE2b-512($pass.$salt)
- Added hash-mode: BLAKE2b-512($salt.$pass)
- Added hash-mode: DPAPI masterkey file v1 (context 3) - Added hash-mode: DPAPI masterkey file v1 (context 3)
- Added hash-mode: DPAPI masterkey file v2 (context 3) - Added hash-mode: DPAPI masterkey file v2 (context 3)
- Added hash-mode: Exodus Desktop Wallet (scrypt) - Added hash-mode: Exodus Desktop Wallet (scrypt)