{"id":21817645,"url":"https://github.com/vschwaberow/genhash","last_synced_at":"2025-04-14T01:32:49.902Z","repository":{"id":57574804,"uuid":"211812271","full_name":"vschwaberow/genhash","owner":"vschwaberow","description":"A tool to generate hashes on command line","archived":false,"fork":false,"pushed_at":"2024-12-11T23:36:49.000Z","size":5389,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T08:54:21.784Z","etag":null,"topics":["command-line","command-line-tool","crypto","cryptography","generator","hashing"],"latest_commit_sha":null,"homepage":null,"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/vschwaberow.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":"2019-09-30T08:26:50.000Z","updated_at":"2024-09-10T10:45:34.000Z","dependencies_parsed_at":"2024-11-27T15:47:38.254Z","dependency_job_id":"b1c58164-d650-45af-997c-d6c68afffd46","html_url":"https://github.com/vschwaberow/genhash","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vschwaberow%2Fgenhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vschwaberow%2Fgenhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vschwaberow%2Fgenhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vschwaberow%2Fgenhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vschwaberow","download_url":"https://codeload.github.com/vschwaberow/genhash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248808020,"owners_count":21164773,"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":["command-line","command-line-tool","crypto","cryptography","generator","hashing"],"created_at":"2024-11-27T15:47:29.640Z","updated_at":"2025-04-14T01:32:49.879Z","avatar_url":"https://github.com/vschwaberow.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# genhash\n\ngenhash is a tool to generate hashes on the commandline from stdio.\n\nIt can be used to generate single or multiple hashes for usage in password databases or even in penetration testing scenarios where you want to test password cracking tools.\n\n## Install\n\ngenhash is written in Go. You can install the tool with your go installation using following command:\n\n\u003e\n\u003e go get -u github.com/vschwaberow/genhash\n\u003e\n\nOr you've got the choice to download a binary distribution package under Releases.\n\n## Usage\n\nYou can either provide a text string as argument, to be hashed by one of the program supported hash algorithms.\n\n\u003e\n\u003e genhash \u003cHASH_ALGORITHM\u003e \u003ctext string\u003e\n\u003e\n\nOr you can provide a list of text strings to be hashed over the stdin\n\n\u003e\n\u003e cat \u003cLIST_OF_STRINGS\u003e | genhash \u003cHASH_ALGORITHM\u003e -s\n\u003e\n\nYou can list all algorithms over the help function.\n\nSupported are:\n\n* Argon2 hash\n* Bcrypt hash\n* LanManager hash\n* MD4 hash\n* MD5 hash\n* NTLM hash\n* Generate random bytes of size provided\n* RIPEMD160 hash\n* SHA-1 hash\n* SHA2-224 hash\n* SHA2-256 hash\n* SHA2-512 hash\n* SHA3-224 hash\n* SHA3-256 hash\n* SHA3-512 hash\n* Tiger hash\n* UUID-1 random string\n* UUID-4 random string\n* Whirlpool hash\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvschwaberow%2Fgenhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvschwaberow%2Fgenhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvschwaberow%2Fgenhash/lists"}