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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user