From 591e725ef1f10b6af769b8da0a6d47b43464ec8e Mon Sep 17 00:00:00 2001 From: michael starke Date: Thu, 18 Jun 2015 12:06:16 +0200 Subject: [PATCH] Added header hash verification for KDBX files --- KeePassKit | 2 +- MacPass/en.lproj/KPKLocalizable.strings | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/KeePassKit b/KeePassKit index c385bd72..0801b18e 160000 --- a/KeePassKit +++ b/KeePassKit @@ -1 +1 @@ -Subproject commit c385bd725c1c71c3e986a24131e52625959c8084 +Subproject commit 0801b18e5fe9d0452bf73d9291beca9e694be24d diff --git a/MacPass/en.lproj/KPKLocalizable.strings b/MacPass/en.lproj/KPKLocalizable.strings index d9c947ea..d523a625 100644 --- a/MacPass/en.lproj/KPKLocalizable.strings +++ b/MacPass/en.lproj/KPKLocalizable.strings @@ -33,4 +33,5 @@ "ERROR_HEADER_HASH_MISSMATCH" = "The header hash doesn't match. File corrupted"; "ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "The XML keyfile is missing the key element"; "ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "The XML keyfiel is missing the data element"; -"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Unable to read the data of the XML keyfile"; \ No newline at end of file +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Unable to read the data of the XML keyfile"; +"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "The database header hash is wrong. Data integritiy might be broken!" \ No newline at end of file