{"id":18726962,"url":"https://github.com/607011/hibpdl","last_synced_at":"2025-11-11T22:30:12.774Z","repository":{"id":158725473,"uuid":"634199595","full_name":"607011/hibpdl","owner":"607011","description":"Fast and multi-threaded downloader for ';--have i been pwned? SHA1 password hashes.","archived":false,"fork":false,"pushed_at":"2023-05-21T17:26:25.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T13:33:02.662Z","etag":null,"topics":["cplusplus","cplusplus-20","downloader","hash","hashes","haveibeenpwned","passwords","pwned-api","pwned-passwords","pwnedpasswords","security","sha1","sha1-hash"],"latest_commit_sha":null,"homepage":"","language":"C++","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/607011.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":"2023-04-29T11:12:38.000Z","updated_at":"2023-04-30T07:15:21.000Z","dependencies_parsed_at":"2023-07-08T09:15:15.498Z","dependency_job_id":null,"html_url":"https://github.com/607011/hibpdl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Fhibpdl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Fhibpdl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Fhibpdl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/607011%2Fhibpdl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/607011","download_url":"https://codeload.github.com/607011/hibpdl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239592971,"owners_count":19664855,"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":["cplusplus","cplusplus-20","downloader","hash","hashes","haveibeenpwned","passwords","pwned-api","pwned-passwords","pwnedpasswords","security","sha1","sha1-hash"],"created_at":"2024-11-07T14:16:00.895Z","updated_at":"2025-11-11T22:30:12.477Z","avatar_url":"https://github.com/607011.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HIBPDL++\n\n**Fast, multi-threaded downloader for _';--have i been pwned?_ password hashes**\n\n**HIBPDL++** retrieves all available SHA1 password hashes accessible through the [haveibeenpwned.com](https://haveibeenpwned.com/) API. It converts them into a binary format so that each hash allocates 20 bytes (plus 4 bytes for a number (big-endian) that states how many times the hash was found in leaked password/hash lists).\n\n## Prerequisites\n\n- Git\n- CMake ≥ 3.16\n- OpenSSL libraries ≥ 1.1.1t\n\n### Windows\n\n```\nwinget install Git.Git\nwinget install Kitware.CMake\nwinget install ShiningLight.OpenSSL\n```\n\n### macOS\n\n```\nbrew install openssl git cmake ninja\n```\n\n### Linux (Ubuntu)\n\n```\nsudo apt install libssl3 libssl-dev git cmake ninja-build\n```\n\n## Build\n\n### macOS\n\n```bash\ngit clone https://github.com/607011/hibpdl.git hibpdl++\nmkdir -p hibpdl++/build\ncd hibpdl++/build\ngit submodule init\ngit submodule update\ncmake -DCMAKE_BUILD_TYPE=Release -G Ninja -DOPENSSL_ROOT_DIR=/opt/homebrew/Cellar/openssl@3/3.1.0 ..\ncmake --build .\nstrip hibpdl\n```\n\n### Linux (Ubuntu)\n\n```bash\ngit clone https://github.com/607011/hibpdl.git hibpdl++\nmkdir -p hibpdl++/build\ncd hibpdl++/build\ngit submodule init\ngit submodule update\ncmake -DCMAKE_BUILD_TYPE=Release -G Ninja ..\ncmake --build .\nstrip hibpdl\n```\n\n### Windows 11\n\nIn Visual Studio Developer Command Prompt:\n\n```bash\ngit clone https://github.com/607011/hibpdl.git hibpdl++\ncd hibpdl++\nmd build\ncd build\ngit submodule init\ngit submodule update\ncmake -DOPENSSL_ROOT_DIR=\"C:\\Program Files\\OpenSSL-Win64\" ..\ncmake --build . --config Release\n```\n\n## Usage\n\nSee `hibpdl --help`.\n\n## License\n\nSee [LICENSE](LICENSE).\n\n## Copyright\n\nCopyright (c) 2023 Oliver Lau\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F607011%2Fhibpdl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F607011%2Fhibpdl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F607011%2Fhibpdl/lists"}