{"id":18895654,"url":"https://github.com/binance/asymmetric-key-generator","last_synced_at":"2025-04-05T04:08:39.466Z","repository":{"id":102684246,"uuid":"567246079","full_name":"binance/asymmetric-key-generator","owner":"binance","description":"This simple tool can be used to generate an RSA PKCS#8 or Ed25519 key pairs.","archived":false,"fork":false,"pushed_at":"2025-03-07T20:20:04.000Z","size":6918,"stargazers_count":102,"open_issues_count":1,"forks_count":85,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-03-29T03:05:15.924Z","etag":null,"topics":["asymmetric-keys","cryptography","ed25519","generator","rsa"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/binance.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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-11-17T11:41:34.000Z","updated_at":"2025-03-21T01:36:22.000Z","dependencies_parsed_at":"2025-03-07T13:23:50.845Z","dependency_job_id":"400a54f3-503f-43a6-9830-24604f083b6f","html_url":"https://github.com/binance/asymmetric-key-generator","commit_stats":null,"previous_names":["binance/asymmetric-key-generator"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fasymmetric-key-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fasymmetric-key-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fasymmetric-key-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binance%2Fasymmetric-key-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binance","download_url":"https://codeload.github.com/binance/asymmetric-key-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284944,"owners_count":20913704,"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":["asymmetric-keys","cryptography","ed25519","generator","rsa"],"created_at":"2024-11-08T08:29:15.178Z","updated_at":"2025-04-05T04:08:39.431Z","avatar_url":"https://github.com/binance.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Asymmetric Key Generator\n\nThis simple tool can be used to generate an Ed25519 PKCS#8 and RSA key pairs (private and public key).\n\nThere's two methods to run the tool, you can either download or build from source code.\n\n## Download\nPrebuild apps can be found in [Releases](https://github.com/binance/asymmetric-key-generator/releases).\n\nTo verify the package's integrity, download both the app and the checksum file to the same directory:\n\n```shell\n-rw-r--r--@  1 john  staff   156M 18 Nov 17:02 AsymmetricKeyGenerator-0.5.0-universal.dmg\n-rw-r--r--@  1 john  staff   102B 18 Nov 19:01 AsymmetricKeyGenerator-0.5.0-universal.dmg.CHECKSUM\n```\n\nThen run sha256 checksum:\n\n```shell\nsha256sum -c AsymmetricKeyGenerator-0.5.0-universal.dmg.CHECKSUM\n```\n\nIf it passes the integrity check, it'll return `AsymmetricKeyGenerator-0.5.0-universal.dmg: OK`\n\n## Build from source code\n\nObtain the source code locally and go through the following steps:\n\n```javascript\n\n// install package\nnpm install\n\n// run locally\nnpm run start\n\n// build packages locally into the \"dist\" folder.\nnpm run dist\n\n```\n\n## Usage\n\n1. Open the app;\n\n2. Choose the key type; Recommend to keep the default value (`Ed25519`), then click the button `Generate Key Pair`;\n\n3. Below on the left column is the `Private Key`, which should be stored in a secure location on your local disk (by using the `Save` button) and must never be shared with anyone;\n\n4. The right column is the `Public Key`. Click `Save` button to save into local disk. This key can be shared with others to verify the `Private Key` signed data;\n\n## Contribution\nContributions are welcome!\nIf you've found a bug within this project, please open an issue to discuss what you would like to change.\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinance%2Fasymmetric-key-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinance%2Fasymmetric-key-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinance%2Fasymmetric-key-generator/lists"}