mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-22 22:58:30 +00:00
Merge pull request #3405 from philsmd/29600_name_readme_category
fixes #3404: fixed name/category/readme for -m 29600
This commit is contained in:
commit
c36cc0b4ff
@ -420,6 +420,7 @@ NVIDIA GPUs require "NVIDIA Driver" (440.64 or later) and "CUDA Toolkit" (9.0 or
|
||||
- MultiBit Classic .wallet (scrypt)
|
||||
- MultiBit HD (scrypt)
|
||||
- Exodus Desktop Wallet (scrypt)
|
||||
- Terra Station Wallet (AES256-CBC(PBKDF2($pass)))
|
||||
|
||||
##
|
||||
## Attack-Modes
|
||||
|
@ -17,8 +17,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_NETWORK_PROTOCOL;
|
||||
static const char *HASH_NAME = "terra";
|
||||
static const u32 HASH_CATEGORY = HASH_CATEGORY_CRYPTOCURRENCY_WALLET;
|
||||
static const char *HASH_NAME = "Terra Station Wallet (AES256-CBC(PBKDF2($pass)))";
|
||||
static const u64 KERN_TYPE = 29600;
|
||||
static const u32 OPTI_TYPE = OPTI_TYPE_ZERO_BYTE;
|
||||
static const u64 OPTS_TYPE = OPTS_TYPE_STOCK_MODULE
|
||||
|
Loading…
Reference in New Issue
Block a user