Vectorized TrueCrypt PBKDF2-HMAC-SHA512 and added support for long passwords
This commit is contained in:
+1
-1
@@ -291,7 +291,7 @@ typedef struct keepass
|
||||
|
||||
typedef struct tc
|
||||
{
|
||||
u32 salt_buf[16];
|
||||
u32 salt_buf[32];
|
||||
u32 data_buf[112];
|
||||
u32 keyfile_buf[16];
|
||||
u32 signature;
|
||||
|
||||
Reference in New Issue
Block a user