Added header hash verification for KDBX files

This commit is contained in:
michael starke
2015-06-18 12:06:16 +02:00
parent cbeb16c70d
commit 591e725ef1
2 changed files with 3 additions and 2 deletions

View File

@@ -34,3 +34,4 @@
"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";
"ERROR_HEADER_HASH_VERIFICATION_FAILED" = "The database header hash is wrong. Data integritiy might be broken!"