Integrate KeePass2RandomStream into KeePass2 reader and writer classes.

This hopefully completes support for reading/writing kdbx <= 2.14 files.

Also fix a bug in KeePass2XmlWriter so it sets Protected="True" in the Value
tag instead of Key.
This commit is contained in:
Felix Geyer
2011-07-07 00:15:52 +02:00
parent 58e048be96
commit a299dd9715
12 changed files with 200 additions and 45 deletions

View File

@@ -28,6 +28,7 @@ private Q_SLOTS:
void initTestCase();
void testNonAscii();
void testCompressed();
void testProtectedStrings();
};
#endif // KEEPASSX_TESTKEEPASS2READER_H