keepass-rs

(★ 170)

Rust KeePass database file parser for KDB, KDBX3 and KDBX4, with experimental support for KDBX4 writing.

File Explorer

  • .gitignore
  • .nix-version
  • .tarpaulin.toml
  • AI-DECLARATION.md
  • Cargo.toml
  • codecov.yml
  • commitlintrc.json
  • CONTRIBUTING.md
  • flake.lock
  • flake.nix
  • LICENSE
  • README.md
  • rustfmt.toml
  • SECURITY.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

cargo run

View Details ▼

Run the current Cargo package.
Note: The working directory of the executed binary will be set to the current working directory.

cargo {{[r|run]}}

Run the default binary target:

cargo {{[r|run]}} --bin {{name}}

Run the specified binary:

cargo {{[r|run]}} --example {{name}}

Run the specified example:

# Project Badges

// repository documentation