{"id":23749359,"url":"https://github.com/kafetzisthomas/message-hasher","last_synced_at":"2025-06-29T10:34:32.073Z","repository":{"id":180218547,"uuid":"577470654","full_name":"KafetzisThomas/Message-Hasher","owner":"KafetzisThomas","description":"Allows you to hash strings with support for various hashing algorithms and salt inclusion.","archived":false,"fork":false,"pushed_at":"2024-06-29T11:08:00.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-24T19:44:37.655Z","etag":null,"topics":["bcrypt","hashing","hashlib","md5","sha1","sha224","sha256","sha384","sha512"],"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/KafetzisThomas.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-12T20:13:12.000Z","updated_at":"2024-07-22T21:16:13.000Z","dependencies_parsed_at":"2024-06-29T11:41:38.222Z","dependency_job_id":"700432e1-3163-467f-a85a-60c0e6c2544c","html_url":"https://github.com/KafetzisThomas/Message-Hasher","commit_stats":null,"previous_names":["kafetzisthomas/pass-hashing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KafetzisThomas/Message-Hasher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KafetzisThomas%2FMessage-Hasher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KafetzisThomas%2FMessage-Hasher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KafetzisThomas%2FMessage-Hasher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KafetzisThomas%2FMessage-Hasher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KafetzisThomas","download_url":"https://codeload.github.com/KafetzisThomas/Message-Hasher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KafetzisThomas%2FMessage-Hasher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262578971,"owners_count":23331732,"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":["bcrypt","hashing","hashlib","md5","sha1","sha224","sha256","sha384","sha512"],"created_at":"2024-12-31T15:18:15.617Z","updated_at":"2025-06-29T10:34:32.053Z","avatar_url":"https://github.com/KafetzisThomas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eMessage-Hasher\u003c/h1\u003e\n\n__What Is This?__ - Allows you to hash strings with support for various hashing algorithms and salt inclusion.\n\n__How to Download__: Open the terminal on your machine and type the following command:\n\n```bash\ngit clone https://github.com/KafetzisThomas/Message-Hasher.git\n```\n\n# Usage Notes\n\n```bash\n➜ hash_algo='sha256'  # Example supported hash algorithm\n➜ message_to_hash='secret_password'  # Example plain text\n\n# Correct way\n$ python main.py '$hash_algo' '$message_to_hash'\n\n# Output:\n# Message: secret_password\n# Hash Algorithm: sha256\n# Salt (hex): b97d35d5e4850d6c95cdbf159884e09c\n# Hashed Message: 8e67dd1355714239acde098b6f1cf906bde45be6db826dc2caca7536e07ae844\n# Hashed Message (+salt): 46b9e120901d8e18e166135787072d6e29d488d0dcfd73100d6534429e03630d\n# Message is valid: True\n\n# Incorrect ways\n$ python3 main.py md4 '$message_to_hash'\n\n# Output:\n# ValueError: Unsupported hash algorithm: md4\n\n$ python3 main.py\n\n# Output:\n# [!] Usage: python3 main.py \u003chash_algo\u003e \u003cmessage\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkafetzisthomas%2Fmessage-hasher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkafetzisthomas%2Fmessage-hasher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkafetzisthomas%2Fmessage-hasher/lists"}