Expand description
This is an implementation of KeePass database file reader in Rust. This crate aims to work with KDBX version 4 format.
Structs§
- Composite
Key - The key to the database.
- Database
- Provides access to a database XML content.
- Entry
- Struct representing a password entry.
- Kdbx4
- Opens KeePass KDBX4 database.