Crate kdbx4

Crate kdbx4 

Source
Expand description

This is an implementation of KeePass database file reader in Rust. This crate aims to work with KDBX version 4 format.

Structs§

CompositeKey
The key to the database.
Database
Provides access to a database XML content.
Entry
Struct representing a password entry.
Kdbx4
Opens KeePass KDBX4 database.

Enums§

Error

Type Aliases§

Result