93 releases
| new 0.8.18 | Feb 5, 2026 |
|---|---|
| 0.8.16 | Nov 24, 2025 |
| 0.8.4 | Jul 27, 2025 |
| 0.7.29 | Feb 1, 2025 |
| 0.1.2 | Mar 1, 2016 |
#83 in Authentication
3,231 downloads per month
Used in 10 crates
390KB
8K
SLoC
keepass-rs
Rust KeePass database file parser for KDB, KDBX3 and KDBX4, with experimental support for KDBX4 writing.
Usage
Examples are available in the examples directory of this repository.
Use developer tools
This crate contains several command line tools that can be enabled with the utilities feature flag.
See the [[bin]] sections in Cargo.toml for a complete list.
An example command line for running the kp-dump-xml command would be:
cargo run --release --features "utilities" --bin kp-dump-xml -- path/to/database.kdbx
Installation
Add the following to the dependencies section of your Cargo.toml:
[dependencies]
keepass = "*" # TODO replace with current version
Performance Notes
For the best performance, this crate requires specific cargo configuration to enable CPU-specific optimizations, especially for AES key derivation.
Please see the recommended settings in the .cargo/config.toml file in this repository.
License
MIT
Dependencies
~4–21MB
~277K SLoC