Describe the bug
Databases generated with KeePass 1.35 can not be decrypted.
* Keepass Database *
KeePass DX (please complete the following information):
Additional context
It seems that the parser can not completely detect the last bits of the stream and does not generate a correct hash.
Is this the XmlPullParserException: Unexpected token bug I've been getting since upgrading to the latest beta?
In your case no, because v1 database uses bit-to-bit decoding. XML is dedicated to V2 database. You should try to open it with KeePass2, export it to XML and reimport it. I think there is an unreadable binary in your database.
Weird, it used to work just fine, I just upgraded KPDX. Thanks anyway. (:
Most helpful comment
In your case no, because v1 database uses bit-to-bit decoding. XML is dedicated to V2 database. You should try to open it with KeePass2, export it to XML and reimport it. I think there is an unreadable binary in your database.