mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-21 23:58:07 +00:00
Fix hash category for -m 32500 and add missing entry to changes.txt
This commit is contained in:
parent
8b559ce563
commit
1636bc41df
@ -15,6 +15,7 @@
|
||||
- Added hash-mode: BLAKE2s-256
|
||||
- Added hash-mode: Dahua NVR/DVR/HVR (md5($salt1.strtoupper(md5($salt2.$pass))))
|
||||
- Added hash-mode: DANE RFC7929/RFC8162 SHA2-256
|
||||
- Added hash-mode: Dogechain.info Wallet
|
||||
- Added hash-mode: Empire CMS (Admin password)
|
||||
- Added hash-mode: ENCsecurity Datavault (MD5/keychain)
|
||||
- Added hash-mode: ENCsecurity Datavault (MD5/no keychain)
|
||||
|
@ -16,8 +16,8 @@ static const u32 DGST_POS1 = 1;
|
||||
static const u32 DGST_POS2 = 2;
|
||||
static const u32 DGST_POS3 = 3;
|
||||
static const u32 DGST_SIZE = DGST_SIZE_4_4;
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_RAW_HASH;
|
||||
static const char *HASH_NAME = "Dogechain";
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_CRYPTOCURRENCY_WALLET;
|
||||
static const char *HASH_NAME = "Dogechain.info Wallet";
|
||||
static const u64 KERN_TYPE = 32500;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE
|
||||
| OPTI_TYPE_SLOW_HASH_SIMD_LOOP;
|
||||
|
Loading…
Reference in New Issue
Block a user