Registry / crypto / keepass

keepass

JSON →
library0.13.10rscratesunverified

KeePass .kdbx database file parser.

# Cargo.toml [dependencies] keepass = "0.13.10"
INSTALL
IMPORT
SIG · KEEPASS
K
keepass
cryptorustv0.13.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Database
use keepass::Database;

Open a KeePass database file.

use keepass::Database; fn main() { let db = Database::open("passwords.kdbx", "password").unwrap(); println!("Database opened"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.10latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
keepass — cargo add keepass · libregistry