{"id":13565010,"url":"https://github.com/whyrusleeping/ipfs-key","last_synced_at":"2025-10-08T06:17:35.597Z","repository":{"id":3586602,"uuid":"50230486","full_name":"whyrusleeping/ipfs-key","owner":"whyrusleeping","description":"A program to generate ipfs private keys","archived":false,"fork":false,"pushed_at":"2025-07-10T15:35:46.000Z","size":11,"stargazers_count":57,"open_issues_count":11,"forks_count":46,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-10T22:00:14.774Z","etag":null,"topics":[],"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/whyrusleeping.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":"2016-01-23T08:33:02.000Z","updated_at":"2025-07-10T15:35:50.000Z","dependencies_parsed_at":"2024-06-20T03:24:12.903Z","dependency_job_id":null,"html_url":"https://github.com/whyrusleeping/ipfs-key","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whyrusleeping/ipfs-key","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyrusleeping%2Fipfs-key","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyrusleeping%2Fipfs-key/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyrusleeping%2Fipfs-key/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyrusleeping%2Fipfs-key/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whyrusleeping","download_url":"https://codeload.github.com/whyrusleeping/ipfs-key/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyrusleeping%2Fipfs-key/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278898741,"owners_count":26065050,"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-10-08T02:00:06.501Z","response_time":56,"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":[],"created_at":"2024-08-01T13:01:39.167Z","updated_at":"2025-10-08T06:17:35.569Z","avatar_url":"https://github.com/whyrusleeping.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# ipfs-key\n\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n\n\u003e A tool for easily generating and reading ipfs keypairs\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contribute](#contribute)\n- [License](#license)\n\n## Installation\n\n```\n$ go get github.com/whyrusleeping/ipfs-key\n```\n\n## Usage\n\nWhen run, it will write the bytes of\nthe serialized private key to stdout. By default, a 2048 bit RSA key will be\ngenerated. In this case the key size can be changed by specifying the `-bitsize`\noption. The key type can be changed by specifying the `-type` option (RSA, Ed25519, Secp256k1 or ECDSA).\n\n```\n$ ipfs-key -bitsize=4096 \u003e my-rsa4096.key\nGenerating a 4096 bit RSA key...\nSuccess!\nID for generated key: QmS5cwbxmGyPiEH3SYNgiAazG46NvogKxfx2iX6jt4ef1a\n```\n```\n$ ipfs-key -type=ed25519 \u003e my-ed.key\nGenerating a 2048 bit ed25519 key...\nSuccess!\nID for generated key: 12D3KooWHM4kLNwS2FzN5GtG5Dfy9h7dLTRs3rtuF9NiR4mjBv3h\n```\n```\n$ ipfs-key -key my-ed.key\nReading key at: my-ed.key\nSuccess!\nID for ed25519 key: 12D3KooWF1TKgiqLMh14za7dWMN5RFRC1WAvgHYioksmdwuhZkzT\n```\nFor backward compatibility, to read RSA and Ed25519 keys generated with raw(), specify the `-type rsa` or `-type ed25519` before the `-key` \n```\n$ ipfs-key --type rsa -key my-ed.key\nReading key at: my-ed.key\nSuccess!\nID for rsa key: 12D3KooWF1TKgiqLMh14za7dWMN5RFRC1WAvgHYioksmdwuhZkzT\n```\n\n## Contribute\n\nPRs accepted.\n\n## License\n\n[MIT](LICENSE) Copyright (c) 2016 [Jeromy Johnson](http://github.com/whyrusleeping)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhyrusleeping%2Fipfs-key","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhyrusleeping%2Fipfs-key","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhyrusleeping%2Fipfs-key/lists"}