mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
Linux/MacOSX: Add switch to force the use of legacy maximum password length (64 UTF8 bytes)
The switch is --legacy-password-maxlength
This commit is contained in:
@@ -38,6 +38,7 @@ namespace VeraCrypt
|
||||
VC_CONVERT_EXCEPTION (PasswordEmpty);
|
||||
VC_CONVERT_EXCEPTION (PasswordTooLong);
|
||||
VC_CONVERT_EXCEPTION (PasswordUTF8TooLong);
|
||||
VC_CONVERT_EXCEPTION (PasswordLegacyUTF8TooLong);
|
||||
VC_CONVERT_EXCEPTION (PasswordUTF8Invalid);
|
||||
VC_CONVERT_EXCEPTION (UnportablePassword);
|
||||
VC_CONVERT_EXCEPTION (ElevationFailed);
|
||||
|
||||
Reference in New Issue
Block a user