{"id":69251,"library":"keepass","title":"KeePass","description":"KeePass .kdbx database file parser.","status":"active","version":"0.13.10","language":"rust","source_language":null,"source_url":"https://github.com/sseemayer/keepass-rs","tags":["keepass","password","database","parser"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nkeepass = \"0.13.10\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add keepass","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Database","correct":"use keepass::Database;"}],"quickstart":{"code":"use keepass::Database;\n\nfn main() {\n    let db = Database::open(\"passwords.kdbx\", \"password\").unwrap();\n    println!(\"Database opened\");\n}","lang":"rust","description":"Open a KeePass database file."},"warnings":[],"env_vars":null,"search_vec":"'databas':4,9 'file':5 'kdbx':3 'keepass':1,2,7 'parser':6,10 'password':8","created_at":"2026-06-17T17:59:39.909000+00:00","updated_at":"2026-06-17T17:59:39.909000+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/sseemayer/keepass-rs","github":"https://github.com/sseemayer/keepass-rs","docs":"https://docs.rs/keepass/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}