{"id":28801374,"url":"https://github.com/mogottsch/vanity-ssh-rs","last_synced_at":"2026-01-20T17:54:41.892Z","repository":{"id":299072897,"uuid":"1001975591","full_name":"mogottsch/vanity-ssh-rs","owner":"mogottsch","description":"Generate vanity ssh keys","archived":false,"fork":false,"pushed_at":"2025-06-14T14:31:09.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-14T14:31:23.563Z","etag":null,"topics":["rust","ssh","vanity"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/mogottsch.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,"zenodo":null}},"created_at":"2025-06-14T12:52:03.000Z","updated_at":"2025-06-14T14:31:12.000Z","dependencies_parsed_at":"2025-06-14T14:41:35.523Z","dependency_job_id":null,"html_url":"https://github.com/mogottsch/vanity-ssh-rs","commit_stats":null,"previous_names":["mogottsch/ssh-gen-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mogottsch/vanity-ssh-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogottsch%2Fvanity-ssh-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogottsch%2Fvanity-ssh-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogottsch%2Fvanity-ssh-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogottsch%2Fvanity-ssh-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mogottsch","download_url":"https://codeload.github.com/mogottsch/vanity-ssh-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogottsch%2Fvanity-ssh-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260507131,"owners_count":23019463,"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":["rust","ssh","vanity"],"created_at":"2025-06-18T07:09:19.401Z","updated_at":"2026-01-20T17:54:41.845Z","avatar_url":"https://github.com/mogottsch.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vanity-ssh-rs\n\nGenerate SSH key pairs with custom patterns in the public key.\n\n![screenshot](screenshot.png)\n\n## Install\n\n```bash\ncargo install vanity-ssh-rs\n```\n\n## Usage\n\n```bash\nvanity-ssh-rs \u003cpattern1\u003e [\u003cpattern2\u003e ...] [-t \u003cthreads\u003e] [--ntfy \u003ctopic\u003e]\n```\n\n**Patterns:**\n\n- Plain text: matches suffix (e.g., `yee` matches keys ending with \"yee\")\n- `/regex/`: matches regex pattern (e.g., `/(?i)hello/` for case-insensitive \"hello\")\n- Multiple patterns: any match will be accepted\n\n**Options:**\n\n- `-t \u003cthreads\u003e`: Number of threads (defaults to CPU count)\n- `--ntfy \u003ctopic\u003e`: Send notification to [ntfy.sh](https://ntfy.sh) topic when found\n\n## Examples\n\n```bash\n# Find a key ending with \"yee\"\nvanity-ssh-rs yee\n\n# Match any of several patterns\nvanity-ssh-rs yee woo \"/(?i)hello/\"\n\n# With notification when found\nvanity-ssh-rs yee --ntfy mytopic\n\n# Use more threads for faster generation\nvanity-ssh-rs yee -t 8\n```\n\nGenerated keys are saved to the `out/` directory.\n\n## Benchmarking\n\nRun benchmarks to measure key generation performance:\n\n```bash\ncargo bench --bench key_generation\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmogottsch%2Fvanity-ssh-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmogottsch%2Fvanity-ssh-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmogottsch%2Fvanity-ssh-rs/lists"}