1
0
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:
jsteube 2018-01-21 15:32:37 +01:00
parent 5eeefb5506
commit ee9ec0f9a7
2 changed files with 14 additions and 0 deletions

View File

@ -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];

View File

@ -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];