TrueCrypt/VeraCrypt cracking: Do an entropy check on the TC/VC header on start

This commit is contained in:
jsteube
2018-07-31 16:18:45 +02:00
parent c1ebfe486f
commit bdec457951
7 changed files with 109 additions and 37 deletions
+6
View File
@@ -19,6 +19,12 @@
static const char LM_ZERO_HASH[] = "aad3b435b51404ee";
static const char LM_MASKED_PLAIN[] = "[notfound]";
/**
* entropy check (truecrypt, veracrypt, ...)
*/
static const float MIN_SUFFICIENT_ENTROPY_FILE = 7.0f;
/**
* algo specific
*/