mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Implement detection of volumes with vulnerable XTS master key.
If vulnerability detected, a warning message is displayed during mount or backup/restore header, and changing the password is disallowed since it will not change the master key.
This commit is contained in:
@@ -494,7 +494,9 @@ enum
|
||||
ERR_NONSYS_INPLACE_ENC_INCOMPLETE = 32,
|
||||
ERR_USER_ABORT = 33,
|
||||
ERR_RAND_INIT_FAILED = 34,
|
||||
ERR_CAPI_INIT_FAILED = 35
|
||||
ERR_CAPI_INIT_FAILED = 35,
|
||||
ERR_XTS_MASTERKEY_VULNERABLE = 36,
|
||||
ERR_SYSENC_XTS_MASTERKEY_VULNERABLE = 37
|
||||
};
|
||||
|
||||
#endif // #ifndef TCDEFS_H
|
||||
|
||||
Reference in New Issue
Block a user