Crate keepass_ng

source ·
Expand description

§keepass-rs

Crates.io Documentation Build Status codecov dependency status License file

Rust KeePass database file parser for KDB, KDBX3 and KDBX4, with experimental support for KDBX4 writing. Fork of https://github.com/ssrlive/keepass-rs

§License

MIT

Re-exports§

Modules§

  • Configuration options for how to compress and encrypt databases
  • Types for representing data contained in a KeePass database
  • Error types that this crate can return

Macros§

Structs§

  • A KeePass key, which might consist of a password and/or a keyfile
  • A database group with child groups and entries
  • IconId is a usize that represents an icon in the database The value is the index of the icon in the database’s icon list
  • ISO 8601 combined date and time without timezone.
  • A Universally Unique Identifier (UUID).

Traits§

Functions§

Type Aliases§