VeraCrypt: Increase password length support for non-boot volumes from 64 to 128.

See https://github.com/hashcat/hashcat/issues/2616 for details.
This commit is contained in:
Jens Steube
2021-06-17 09:45:30 +02:00
parent f9fab1cadf
commit 62397283c1
71 changed files with 1605 additions and 1681 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include <stdio.h>
#include <errno.h>
int cpu_crc32 (const char *filename, u8 keytab[64]);
int cpu_crc32 (const char *filename, u8 *keytab, const size_t keytabsz);
u32 cpu_crc32_buffer (const u8 *buf, const size_t length);
#endif // _CPU_CRC32_H