{"id":42410513,"url":"https://github.com/fairhive-labs/ethkeygen","last_synced_at":"2026-01-28T01:45:18.556Z","repository":{"id":48911934,"uuid":"487889659","full_name":"fairhive-labs/ethkeygen","owner":"fairhive-labs","description":"Eth Key Generator","archived":false,"fork":false,"pushed_at":"2025-02-08T14:25:54.000Z","size":154,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T14:27:46.291Z","etag":null,"topics":["bootstrap5","crypto","ethereum","golang","security","security-tools"],"latest_commit_sha":null,"homepage":"http://ethkeygen.poln.org","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/fairhive-labs.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":"2022-05-02T15:09:00.000Z","updated_at":"2025-02-08T14:25:58.000Z","dependencies_parsed_at":"2023-11-11T17:21:51.372Z","dependency_job_id":"f6a15f5d-b610-4327-8986-c2f2fec406e0","html_url":"https://github.com/fairhive-labs/ethkeygen","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/fairhive-labs/ethkeygen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairhive-labs%2Fethkeygen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairhive-labs%2Fethkeygen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairhive-labs%2Fethkeygen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairhive-labs%2Fethkeygen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fairhive-labs","download_url":"https://codeload.github.com/fairhive-labs/ethkeygen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fairhive-labs%2Fethkeygen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28832683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bootstrap5","crypto","ethereum","golang","security","security-tools"],"created_at":"2026-01-28T01:45:17.506Z","updated_at":"2026-01-28T01:45:18.547Z","avatar_url":"https://github.com/fairhive-labs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eth Key Generator\n\nEth Key Generator is a tool for generating and signing Ethereum keys and messages. It is designed to facilitate secure key management and message signing for Ethereum-based applications.\n\n## Features\n\n- **Key Generation:** Generate Ethereum keys easily.\n- **Message Signing:** Sign messages using your Ethereum private key.\n- **API Integration:** Use the provided API to generate signatures in bulk.\n\n## Usage\n\n### Generates Keys\n\nOpen your browser and navigate to [ethkeygen.herokuapp.com](https://ethkeygen.herokuapp.com)\n\nBy default, this will generate 10 Ethereum keys. If you want to generate a different number of keys, specify the `l` query parameter. For example, to generate 20 keys, use the following URL [https://ethkeygen.herokuapp.com/?l=20](https://ethkeygen.herokuapp.com/?l=20)\n\nReplace `20` with the desired number of keys, and the service will return the requested number of Ethereum keys ;)\n\n### Sign the same message using multiple keys (API)\n\n```bash\ncurl -s -X PUT \"https://ethkeygen.herokuapp.com/bulk-signature?n=2\" \\\n  -H 'content-type: application/json' \\\n  -d '{\"message\":\"your message\"}' | jq .\n```\n\n## Docker Usage\n\n### Build Locally\n\nTo build the Docker image locally:\n\n```bash\ndocker build -t ethkeygen .\n```\n\n### Pull from GitHub Package Registry\n\nAlternatively, pull the pre-built image from the GitHub package registry:\n\n```bash\ndocker pull ghcr.io/fairhive-labs/ethkeygen\ndocker tag ghcr.io/fairhive-labs/ethkeygen ethkeygen\n```\n\n### Run the Container\n\nTo run the container in iterative mode (with auto-destruct, and exposing port 8080 of the container on port 8081 on your machine), use the following command:\n\n```bash\ndocker run -it --rm -p 8081:8080 ethkeygen\n```\n\nOpen your browser and enter the following URL: [http://localhost:8081](http://localhost:8081)\n\n### Stop the Container\n\nTo stop the running container:\n\n```bash\ndocker stop \u003ccontainer_id\u003e\n```\n\n### Remove the Container\n\nTo remove the container:\n\n```bash\ndocker rm \u003ccontainer_id\u003e\n```\n\n### Remove the Image\n\nTo delete the Docker image:\n\n```bash\ndocker rmi ethkeygen\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairhive-labs%2Fethkeygen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffairhive-labs%2Fethkeygen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffairhive-labs%2Fethkeygen/lists"}