{"id":49577134,"url":"https://github.com/panastasiadis/hash-cracker","last_synced_at":"2026-05-03T17:36:38.893Z","repository":{"id":145074825,"uuid":"603100262","full_name":"panastasiadis/hash-cracker","owner":"panastasiadis","description":"HashCracker is a small Python project that demonstrates basic password hashing and cracking functionality using SHA-256. It consists of two scripts - hasher.py and cracker.py - that generate hashed password files from a list of passwords and attempt to crack them, respectively.","archived":false,"fork":false,"pushed_at":"2023-02-17T16:08:41.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-09-11T10:28:54.142Z","etag":null,"topics":["coding","cybersecurity","education","hashfunction","opensource","passwordcracking","passwordhashing","python","sha256"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panastasiadis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-02-17T16:07:14.000Z","updated_at":"2023-09-11T10:28:57.106Z","dependencies_parsed_at":"2023-09-11T10:28:56.971Z","dependency_job_id":"abf5ebb9-bc84-4c14-bf50-1a27d8fc22d7","html_url":"https://github.com/panastasiadis/hash-cracker","commit_stats":null,"previous_names":["panastasiadis/hash-cracker"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/panastasiadis/hash-cracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panastasiadis%2Fhash-cracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panastasiadis%2Fhash-cracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panastasiadis%2Fhash-cracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panastasiadis%2Fhash-cracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panastasiadis","download_url":"https://codeload.github.com/panastasiadis/hash-cracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panastasiadis%2Fhash-cracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32579079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["coding","cybersecurity","education","hashfunction","opensource","passwordcracking","passwordhashing","python","sha256"],"created_at":"2026-05-03T17:36:38.043Z","updated_at":"2026-05-03T17:36:38.883Z","avatar_url":"https://github.com/panastasiadis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HashCracker\n\n## Description\n\nHashCracker is a small project that consists of two python scripts: `hasher.py` and `cracker.py`. The `hasher.py` script takes a list of passwords and creates usernames in format `userXXX` (where `XXX` are three digits) and then hashes the passwords with SHA-256 hash function and finally writes the resulting username-password hash pairs to a file. The `cracker.py` script compares a list of password hashes to a list of popular password hashes and writes username-password pairs to a file if there is a match.\n\n## Usage\n\n1. Run `hasher.py`:\n\n```\npython hasher.py\n```\n\n2. Run `cracker.py`:\n\n```\npython cracker.py\n```\n\n## Requirements\n\n* Python 3.x\n* hashlib\n* csv\n\n## Inputs\n\n* `hasher.py` takes a csv file `passwords.csv` as input.\n* `cracker.py` takes two csv files as input: `user_password_hashes.csv` and `popular.csv`.\n\n## Outputs\n\n* `hasher.py` outputs a csv file `user_password_hashes.csv`.\n* `cracker.py` outputs a txt file `hits.txt`.\n\n## Note\n\nThe provided code is only intended to demonstrate the basic functionality of hashing and password cracking, it is not intended to be used for any malicious purposes or in a production environment. Use it at your own risk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanastasiadis%2Fhash-cracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanastasiadis%2Fhash-cracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanastasiadis%2Fhash-cracker/lists"}