{"id":28471139,"url":"https://github.com/imcotton/at-key-gen-ssh-ed25519","last_synced_at":"2026-04-24T12:33:03.093Z","repository":{"id":226812503,"uuid":"769682409","full_name":"imcotton/at-key-gen-ssh-ed25519","owner":"imcotton","description":"reproducible SSH Keygen by PBKDF2 + Ed25519","archived":false,"fork":false,"pushed_at":"2025-10-08T09:48:32.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-08T11:36:16.633Z","etag":null,"topics":["deno","jsr"],"latest_commit_sha":null,"homepage":"https://jsr.io/@key/gen-ssh-ed25519","language":"TypeScript","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/imcotton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-09T18:58:02.000Z","updated_at":"2025-10-08T09:48:36.000Z","dependencies_parsed_at":"2024-03-24T22:21:21.635Z","dependency_job_id":"8b3baf60-8e92-47c2-aa3c-1a8048cbfe96","html_url":"https://github.com/imcotton/at-key-gen-ssh-ed25519","commit_stats":null,"previous_names":["imcotton/at-key-gen-ssh-ed25519"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imcotton/at-key-gen-ssh-ed25519","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imcotton%2Fat-key-gen-ssh-ed25519","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imcotton%2Fat-key-gen-ssh-ed25519/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imcotton%2Fat-key-gen-ssh-ed25519/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imcotton%2Fat-key-gen-ssh-ed25519/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imcotton","download_url":"https://codeload.github.com/imcotton/at-key-gen-ssh-ed25519/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imcotton%2Fat-key-gen-ssh-ed25519/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32224022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"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":["deno","jsr"],"created_at":"2025-06-07T10:07:53.674Z","updated_at":"2026-04-24T12:33:03.081Z","avatar_url":"https://github.com/imcotton.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![jsr](https://jsr.io/badges/@key/gen-ssh-ed25519)](https://jsr.io/@key/gen-ssh-ed25519)\n[![codecov](https://codecov.io/gh/imcotton/at-key-gen-ssh-ed25519/graph/badge.svg)](https://codecov.io/gh/imcotton/at-key-gen-ssh-ed25519)\n\nreproducible **SSH Keygen** by `PBKDF2` + `Ed25519`\n\n\n\n\n\n## Methodology\n\n```\n|--PBKDF2--------|\n|                |\n|           salt \u003c- (at least 5 characters long)\n|     passphrase \u003c- \"the default passphrase\"\n|                |\n|  hash:  sha512 |\n| round: 400_000 |\n|----------------|\n▼\n▼ -- 32 bytes entropy\n▼\n|--Ed25519----------------------|\n|                               |\n| @paulmillr/micro-key-producer |\n│           /micro-packed       |\n|     @noble/hashes             |\n|     @noble/curves             |\n|     @scure/base               |\n|-------------------------------|\n```\n\n\u003e Credit to: https://github.com/paulmillr/micro-key-producer\n\n\n\n\n\n## Deno CLI\n\n### print fingerprint\n\n    deno run jsr:@key/gen-ssh-ed25519 \u003csalt\u003e [passphrase]\n\n### create public key\n\n    deno run jsr:@key/gen-ssh-ed25519/pub \u003csalt\u003e [passphrase]\n\n### create private key\n\n    deno run jsr:@key/gen-ssh-ed25519/private \u003csalt\u003e [passphrase]\n\n### create **UUID** via `crypto.randomUUID`\n\n    deno run jsr:@key/gen-ssh-ed25519/uuid\n\nor\n\n    deno eval -p 'crypto.randomUUID()'\n    node      -p 'crypto.randomUUID()'\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimcotton%2Fat-key-gen-ssh-ed25519","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimcotton%2Fat-key-gen-ssh-ed25519","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimcotton%2Fat-key-gen-ssh-ed25519/lists"}