{"id":17110460,"url":"https://github.com/morphy2k/pwned-check","last_synced_at":"2025-03-23T21:43:11.167Z","repository":{"id":51398374,"uuid":"99391005","full_name":"morphy2k/pwned-check","owner":"morphy2k","description":"It checks if your password have been pwned via haveibeenpwned.com","archived":false,"fork":false,"pushed_at":"2023-09-05T04:59:29.000Z","size":797,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T05:16:08.603Z","etag":null,"topics":["check","cli","go","hash","haveibeenpwned","password","pwned","security"],"latest_commit_sha":null,"homepage":"","language":"Go","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/morphy2k.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":"2017-08-05T01:24:36.000Z","updated_at":"2023-02-14T02:53:41.000Z","dependencies_parsed_at":"2024-06-21T11:58:37.245Z","dependency_job_id":"cbed481a-9c36-417d-b379-e4aca08c8dee","html_url":"https://github.com/morphy2k/pwned-check","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morphy2k%2Fpwned-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morphy2k%2Fpwned-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morphy2k%2Fpwned-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morphy2k%2Fpwned-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morphy2k","download_url":"https://codeload.github.com/morphy2k/pwned-check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245175331,"owners_count":20572781,"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":["check","cli","go","hash","haveibeenpwned","password","pwned","security"],"created_at":"2024-10-14T16:26:33.819Z","updated_at":"2025-03-23T21:43:11.145Z","avatar_url":"https://github.com/morphy2k.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pwned-check\nSimple tool that checks if your password have been pwned via the [haveibeenpwned.com](https://haveibeenpwned.com) API.\u003cbr\u003e\nIt hashes your password locally and sends the first 5 characters ([k-anonymity](https://en.wikipedia.org/wiki/K-anonymity)) of the hash to the server. Afterwards, the list obtained from the server is locally searched for matches.\n\n## Usage\n\n```\nUsage of pwned-check:\n  -hash\n    \tSHA1 hash as input\n  -p string\n    \tPassword to check\n```\n\n### Examples\n```BASH\npwned-check -p foobar\n```\n```BASH\npwned-check \u003c password.txt\n```\n```BASH\necho -n \"foobar\" | sha1sum | cut -d \" \" -f1 | pwned-check -hash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorphy2k%2Fpwned-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorphy2k%2Fpwned-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorphy2k%2Fpwned-check/lists"}