keepass-rs icon indicating copy to clipboard operation
keepass-rs copied to clipboard

Implement DB Metadata, Group UUID

Open DavidVentura opened this issue 3 years ago • 0 comments

This fixes #42 This commit implements a Metadata field for Database, whose only member is 'recyclebin_uuid' (String).

It also implements a uuid field for Group, that can be matched with the database's meta.recyclebin_uuid

I'll try to figure out how to get this tested as well. I don't know anything about the KDBX formats so I'm not sure if this also applies to v1 (which seems to not share the parser compared to v3/4?)

DavidVentura avatar Aug 31 '21 19:08 DavidVentura