VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/DcsCfg
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-08-17 22:10:07 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-08-17 22:10:07 +0200
commit2b284e88262c33a225bda77004a20a23f2214632 (patch)
tree6a4386ef53b014c3a1566d6772cbe23d236770bc /DcsCfg
parentb87fc6b140772ba3017de311c7063c259424264c (diff)
downloadVeraCrypt-DCS-2b284e88262c33a225bda77004a20a23f2214632.tar.gz
VeraCrypt-DCS-2b284e88262c33a225bda77004a20a23f2214632.zip
Better error message when authorization fails (and change Decript to Decrypt in the error message).VeraCrypt_1.18
Diffstat (limited to 'DcsCfg')
-rw-r--r--DcsCfg/DcsCfgCrypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DcsCfg/DcsCfgCrypt.c b/DcsCfg/DcsCfgCrypt.c
index d43b473..4dab9bc 100644
--- a/DcsCfg/DcsCfgCrypt.c
+++ b/DcsCfg/DcsCfgCrypt.c
@@ -117,7 +117,7 @@ TryHeaderDecrypt(
headerCryptoInfo);
if (vcres != 0) {
- ERR_PRINT(L"Decrypt error(%x)\n", vcres);
+ ERR_PRINT(L"Authorization failed. Wrong password, PIM or hash. Decrypt error(%x)\n", vcres);
return EFI_INVALID_PARAMETER;
}
OUT_PRINT(L"%H" L"Success\n" L"%N", vcres);