diff --git a/src/FormatDLL/VeraCryptFormatSDK.h b/src/FormatDLL/VeraCryptFormatSDK.h index 944ddd5f..5f77cdbb 100644 --- a/src/FormatDLL/VeraCryptFormatSDK.h +++ b/src/FormatDLL/VeraCryptFormatSDK.h @@ -31,6 +31,9 @@ #define VCF_API __declspec(dllimport) #endif +#define VC_MAX_PASSWORD 128 // Maximum possible password length +#define VC_MAX_PIM_VALUE 2147468 // Maximum value to have a positive 32-bit result for formula 15000 + (PIM x 1000) + #ifdef __cplusplus extern "C" { #endif