1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-08-03 20:38:10 +00:00

fixes #3404: fixed name/category/readme for -m 29600

This commit is contained in:
philsmd 2022-07-30 11:35:50 +02:00
parent 887acd38d3
commit ccd754f220
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF
2 changed files with 3 additions and 2 deletions

View File

@ -420,6 +420,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
- MultiBit Classic .wallet (scrypt) - MultiBit Classic .wallet (scrypt)
- MultiBit HD (scrypt) - MultiBit HD (scrypt)
- Exodus Desktop Wallet (scrypt) - Exodus Desktop Wallet (scrypt)
- Terra Station Wallet (AES256-CBC(PBKDF2($pass)))
## ##
## Attack-Modes ## Attack-Modes

View File

@ -19,8 +19,8 @@ static const u32 DGST_POS1 = 1;
static const u32 DGST_POS2 = 2; static const u32 DGST_POS2 = 2;
static const u32 DGST_POS3 = 3; static const u32 DGST_POS3 = 3;
static const u32 DGST_SIZE = DGST_SIZE_4_4; static const u32 DGST_SIZE = DGST_SIZE_4_4;
static const u32 HASH_CATEGORY = HASH_CATEGORY_NETWORK_PROTOCOL; static const u32 HASH_CATEGORY = HASH_CATEGORY_CRYPTOCURRENCY_WALLET;
static const char *HASH_NAME = "terra"; static const char *HASH_NAME = "Terra Station Wallet (AES256-CBC(PBKDF2($pass)))";
static const u64 KERN_TYPE = 29600; static const u64 KERN_TYPE = 29600;
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE; static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE