mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
fix length of salt_buf for -m 29600
This commit is contained in:
parent
887acd38d3
commit
0822930471
@ -25,12 +25,14 @@ typedef struct pbkdf_sha1_tmp
|
|||||||
|
|
||||||
u32 dgst[32];
|
u32 dgst[32];
|
||||||
u32 out[32];
|
u32 out[32];
|
||||||
|
|
||||||
} pbkdf_sha1_tmp_t;
|
} pbkdf_sha1_tmp_t;
|
||||||
|
|
||||||
typedef struct terra
|
typedef struct terra
|
||||||
{
|
{
|
||||||
u32 salt_buf[8];
|
u32 salt_buf[4];
|
||||||
u32 ct_block_a[4];
|
u32 ct_block_a[4];
|
||||||
|
|
||||||
} terra_t;
|
} terra_t;
|
||||||
|
|
||||||
#define FIXED_SALT_SIZE 16
|
#define FIXED_SALT_SIZE 16
|
||||||
|
@ -59,7 +59,7 @@ typedef struct pbkdf_sha1_tmp
|
|||||||
|
|
||||||
typedef struct terra
|
typedef struct terra
|
||||||
{
|
{
|
||||||
u32 salt_buf[8];
|
u32 salt_buf[4];
|
||||||
u32 ct_block_a[4];
|
u32 ct_block_a[4];
|
||||||
|
|
||||||
} terra_t;
|
} terra_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user