mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-29 11:28:15 +00:00
Add JWT esalt datatype
This commit is contained in:
parent
5eeefb5506
commit
ee9ec0f9a7
@ -1495,6 +1495,13 @@ typedef struct apple_secure_notes
|
|||||||
|
|
||||||
} apple_secure_notes_t;
|
} apple_secure_notes_t;
|
||||||
|
|
||||||
|
typedef struct jwt
|
||||||
|
{
|
||||||
|
u32 salt_buf[1024];
|
||||||
|
u32 salt_len;
|
||||||
|
|
||||||
|
} jwt_t;
|
||||||
|
|
||||||
typedef struct pdf14_tmp
|
typedef struct pdf14_tmp
|
||||||
{
|
{
|
||||||
u32 digest[4];
|
u32 digest[4];
|
||||||
|
@ -497,6 +497,13 @@ typedef struct apple_secure_notes
|
|||||||
|
|
||||||
} apple_secure_notes_t;
|
} apple_secure_notes_t;
|
||||||
|
|
||||||
|
typedef struct jwt
|
||||||
|
{
|
||||||
|
u32 salt_buf[1024];
|
||||||
|
u32 salt_len;
|
||||||
|
|
||||||
|
} jwt_t;
|
||||||
|
|
||||||
typedef struct luks_tmp
|
typedef struct luks_tmp
|
||||||
{
|
{
|
||||||
u32 ipad32[8];
|
u32 ipad32[8];
|
||||||
|
Loading…
Reference in New Issue
Block a user