mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Increase password maximum length to 128 bytes from 64 bytes
This commit is contained in:
@@ -19,7 +19,8 @@ extern "C" {
|
||||
|
||||
#include "Common.h"
|
||||
|
||||
#define KEYFILE_POOL_SIZE 64
|
||||
#define KEYFILE_POOL_LEGACY_SIZE 64
|
||||
#define KEYFILE_POOL_SIZE 128
|
||||
#define KEYFILE_MAX_READ_LEN (1024*1024)
|
||||
|
||||
typedef struct KeyFileStruct
|
||||
|
||||
Reference in New Issue
Block a user