{"id":22296734,"url":"https://github.com/brycx/checkpwn-lib","last_synced_at":"2025-10-05T08:26:48.967Z","repository":{"id":43276232,"uuid":"306227239","full_name":"brycx/checkpwn-lib","owner":"brycx","description":"Library to interact with the HIBP API","archived":false,"fork":false,"pushed_at":"2025-04-18T07:23:25.000Z","size":79,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-24T10:50:12.030Z","etag":null,"topics":["data-breach","haveibeenpwned","hibp","password","security"],"latest_commit_sha":null,"homepage":"","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/brycx.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-22T04:59:41.000Z","updated_at":"2024-10-01T12:02:38.000Z","dependencies_parsed_at":"2024-12-03T17:57:37.157Z","dependency_job_id":null,"html_url":"https://github.com/brycx/checkpwn-lib","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.03703703703703709,"last_synced_commit":"369f539e172540b6f0b8f2b861e989df7d884ca7"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/brycx/checkpwn-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brycx%2Fcheckpwn-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brycx%2Fcheckpwn-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brycx%2Fcheckpwn-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brycx%2Fcheckpwn-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brycx","download_url":"https://codeload.github.com/brycx/checkpwn-lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brycx%2Fcheckpwn-lib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266963279,"owners_count":24013020,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["data-breach","haveibeenpwned","hibp","password","security"],"created_at":"2024-12-03T17:47:28.223Z","updated_at":"2025-10-05T08:26:43.917Z","avatar_url":"https://github.com/brycx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## checkpwn-lib ![Tests](https://github.com/brycx/checkpwn-lib/workflows/Tests/badge.svg) ![Security Audit](https://github.com/brycx/checkpwn-lib/workflows/Security%20Audit/badge.svg) [![Documentation](https://docs.rs/checkpwn_lib/badge.svg)](https://docs.rs/checkpwn_lib/) [![Crates.io](https://img.shields.io/crates/v/checkpwn-lib.svg)](https://crates.io/crates/checkpwn-lib) [![Safety Dance](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)\nLibrary to interact with the [Have I Been Pwned](https://haveibeenpwned.com/) API.\n\nSee also the [checkpwn](https://github.com/brycx/checkpwn) CLI utility.\n\n### Usage\n```rust\nuse checkpwn_lib::{Password, check_password, check_account, CheckpwnError};\n\nlet password = Password::new(\"qwerty\")?;\ncheck_password(\u0026password);\n\n\ncheck_account(\"your_account\", \"your_api_key\");\n```\n\n### Changelog\n\nSee [here](https://github.com/brycx/checkpwn-lib/releases).\n\n### License\ncheckpwn-lib is licensed under the MIT license. See the `LICENSE` file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrycx%2Fcheckpwn-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrycx%2Fcheckpwn-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrycx%2Fcheckpwn-lib/lists"}