Search the Community
Showing results for tags 'imort'.
-
Hello, In KeePass 2.41 i exported some password entries to the "KeePass XML (2.x)" format and imported them in Enpass. Here the following data is not imported: Password History The old passwords are stored with change date in the XML file. The "..." mean that I deleted some XML code (so you see only the relevant code). <Entry> ... <History> <Entry> ... <Times> <CreationTime>2019-01-15T20:51:11Z</CreationTime> <LastModificationTime>2019-01-15T20:51:26Z</LastModificationTime> <LastAccessTime>2019-01-15T20:51:41Z</LastAccessTime> <ExpiryTime>2019-01-15T18:41:19Z</ExpiryTime> <Expires>False</Expires> <UsageCount>2</UsageCount> <LocationChanged>2019-01-15T20:51:11Z</LocationChanged> </Times> <String> <Key>Password</Key> <Value ProtectInMemory="True">Password_OLD</Value> </String> </Entry> </History> </Entry> Expiry Date Also the expiry date is stored in the KeePass XML: <Entry> ... <Times> <CreationTime>2019-01-15T20:50:40Z</CreationTime> <LastModificationTime>2019-01-15T20:51:06Z</LastModificationTime> <LastAccessTime>2019-01-15T20:51:06Z</LastAccessTime> <ExpiryTime>2017-12-31T23:00:00Z</ExpiryTime> <Expires>True</Expires> <UsageCount>2</UsageCount> <LocationChanged>2019-01-15T20:50:40Z</LocationChanged> </Times> </Entry> Please fix this import issue because these fields are important data that should also be imported. Best regards OLLI