{"id":15984909,"url":"https://github.com/divineomega/php-password-cracker","last_synced_at":"2025-07-25T20:39:42.348Z","repository":{"id":56969741,"uuid":"241486484","full_name":"DivineOmega/php-password-cracker","owner":"DivineOmega","description":"PHP package to crack passwords","archived":false,"fork":false,"pushed_at":"2020-03-21T20:52:15.000Z","size":44,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-21T21:12:13.416Z","etag":null,"topics":["password","password-cracker","php","security"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DivineOmega.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}},"created_at":"2020-02-18T23:04:09.000Z","updated_at":"2021-01-06T18:21:49.000Z","dependencies_parsed_at":"2022-08-21T10:50:56.078Z","dependency_job_id":null,"html_url":"https://github.com/DivineOmega/php-password-cracker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/DivineOmega/php-password-cracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fphp-password-cracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fphp-password-cracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fphp-password-cracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fphp-password-cracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DivineOmega","download_url":"https://codeload.github.com/DivineOmega/php-password-cracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DivineOmega%2Fphp-password-cracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267058323,"owners_count":24028997,"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":["password","password-cracker","php","security"],"created_at":"2024-10-08T02:11:16.220Z","updated_at":"2025-07-25T20:39:42.319Z","avatar_url":"https://github.com/DivineOmega.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Password Cracker\nPHP package to crack passwords\n\n## Installation\n\n```bash\ncomposer require divineomega/php-password-cracker\n```\n\n## Usage\n\n```php\nuse DivineOmega\\PasswordCracker\\Crackers\\DictionaryCracker;\n\n$hash = password_hash('secret', PASSWORD_BCRYPT);\n\n$password = (new DictionaryCracker())-\u003ecrack($hash);\n\n/*\n$password = (new DictionaryCracker())-\u003ecrack($hash, function($passwordBeingChecked) {\n    echo 'Checking password '.$passwordBeingChecked.'...'.PHP_EOL;\n});\n*/\n\necho 'Password found: '.$password.PHP_EOL;\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivineomega%2Fphp-password-cracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivineomega%2Fphp-password-cracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivineomega%2Fphp-password-cracker/lists"}