mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 01:50:10 +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;
|
||||
|
||||
typedef struct jwt
|
||||
{
|
||||
u32 salt_buf[1024];
|
||||
u32 salt_len;
|
||||
|
||||
} jwt_t;
|
||||
|
||||
typedef struct pdf14_tmp
|
||||
{
|
||||
u32 digest[4];
|
||||
|
@ -497,6 +497,13 @@ typedef struct apple_secure_notes
|
||||
|
||||
} apple_secure_notes_t;
|
||||
|
||||
typedef struct jwt
|
||||
{
|
||||
u32 salt_buf[1024];
|
||||
u32 salt_len;
|
||||
|
||||
} jwt_t;
|
||||
|
||||
typedef struct luks_tmp
|
||||
{
|
||||
u32 ipad32[8];
|
||||
|
Loading…
Reference in New Issue
Block a user