{"id":13721962,"url":"https://github.com/sseemayer/keepass-rs","last_synced_at":"2025-12-12T15:31:51.240Z","repository":{"id":40063938,"uuid":"51147726","full_name":"sseemayer/keepass-rs","owner":"sseemayer","description":"Rust KeePass database file parser for KDB, KDBX3 and KDBX4, with experimental support for KDBX4 writing.","archived":false,"fork":false,"pushed_at":"2025-05-03T16:06:14.000Z","size":2885,"stargazers_count":127,"open_issues_count":8,"forks_count":39,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-03T16:48:10.262Z","etag":null,"topics":["kdbx-database","keepass","parser","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/keepass","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sseemayer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-02-05T13:21:57.000Z","updated_at":"2025-05-03T16:00:57.000Z","dependencies_parsed_at":"2023-10-15T13:08:57.524Z","dependency_job_id":"9e72c89b-d9c1-4b55-b641-86b5f24b7ed6","html_url":"https://github.com/sseemayer/keepass-rs","commit_stats":{"total_commits":348,"total_committers":19,"mean_commits":18.31578947368421,"dds":0.5545977011494253,"last_synced_commit":"ea3ecd761107158c9f9111bcf718115bbaa292d0"},"previous_names":[],"tags_count":74,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sseemayer%2Fkeepass-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sseemayer%2Fkeepass-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sseemayer%2Fkeepass-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sseemayer%2Fkeepass-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sseemayer","download_url":"https://codeload.github.com/sseemayer/keepass-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252895530,"owners_count":21821177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kdbx-database","keepass","parser","rust"],"created_at":"2024-08-03T01:01:23.171Z","updated_at":"2025-12-12T15:31:51.235Z","avatar_url":"https://github.com/sseemayer.png","language":"Rust","funding_links":[],"categories":["API libraries"],"sub_categories":["Other clients"],"readme":"# keepass-rs\n\n[![Crates.io](https://img.shields.io/crates/v/keepass.svg)](https://crates.io/crates/keepass)\n[![Documentation](https://docs.rs/keepass/badge.svg)](https://docs.rs/keepass/)\n[![Build Status](https://github.com/sseemayer/keepass-rs/actions/workflows/merge.yml/badge.svg?branch=master)](https://github.com/sseemayer/keepass-rs/actions/workflows/merge.yml)\n[![codecov](https://codecov.io/gh/sseemayer/keepass-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/sseemayer/keepass-rs)\n[![dependency status](https://deps.rs/repo/github/sseemayer/keepass-rs/status.svg)](https://deps.rs/repo/github/sseemayer/keepass-rs)\n[![License file](https://img.shields.io/github/license/sseemayer/keepass-rs)](https://github.com/sseemayer/keepass-rs/blob/master/LICENSE)\n\nRust KeePass database file parser for KDB, KDBX3 and KDBX4, with experimental support for KDBX4 writing.\n\n## Usage\n\nExamples are available in the [`examples`](./examples) directory of this repository.\n\n### Use developer tools\n\nThis crate contains several command line tools that can be enabled with the `utilities` feature flag.\nSee the `[[bin]]` sections in [Cargo.toml](Cargo.toml) for a complete list.\n\nAn example command line for running the `kp-dump-xml` command would be:\n\n```bash\ncargo run --release --features \"utilities\" --bin kp-dump-xml -- path/to/database.kdbx\n```\n\n\n## Installation\nAdd the following to the `dependencies` section of your `Cargo.toml`:\n\n```ignore\n[dependencies]\nkeepass = \"*\" # TODO replace with current version\n```\n\n### Performance Notes\n\nFor the best performance, this crate requires specific cargo configuration to enable CPU-specific optimizations, especially for AES key derivation.\n\nPlease see the recommended settings in the [.cargo/config.toml](https://github.com/sseemayer/keepass-rs/blob/master/.cargo/config.toml) file in this repository.\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsseemayer%2Fkeepass-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsseemayer%2Fkeepass-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsseemayer%2Fkeepass-rs/lists"}