========================================
Read and write KeePass password databases. This should be able to read all known versions supported by the official KeePass software package and as well as a few variants only supported via extensions.
Write support is currently experimental.
Default features:
argonautica
: Default, well-tested Argon2 implementationOptional features:
rust-argon2
: Original Argon2 support. Not recommended. Must not be enabled with other Argon2 features.argon2-kdf
: Original C implementation of Argon2. Must not be enabled with other Argon2 features.write
: Experimental: Enable write support for KeePass database.The Minimum Supported Rust Version (MSRV) is currently Rust 1.66.0.
The MSRV is explicitly tested in CI. It may be bumped in minor releases, but this is not done lightly.
This project is licensed under