{"id":32184841,"url":"https://github.com/saidone75/clj-ssh-keygen","last_synced_at":"2025-10-21T23:58:14.636Z","repository":{"id":62431536,"uuid":"262612587","full_name":"saidone75/clj-ssh-keygen","owner":"saidone75","description":"Generate RSA PKCS #1 key-pairs from scratch (without 3rd party libs) in Clojure","archived":false,"fork":false,"pushed_at":"2024-07-01T06:02:12.000Z","size":91,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T23:58:10.562Z","etag":null,"topics":["authentication","cryptography","keygen","keypair","ssh","ssh-key"],"latest_commit_sha":null,"homepage":"https://saidone.org","language":"Clojure","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/saidone75.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":"2020-05-09T16:30:17.000Z","updated_at":"2024-07-01T06:02:15.000Z","dependencies_parsed_at":"2024-07-05T13:42:16.046Z","dependency_job_id":null,"html_url":"https://github.com/saidone75/clj-ssh-keygen","commit_stats":{"total_commits":71,"total_committers":1,"mean_commits":71.0,"dds":0.0,"last_synced_commit":"1edda583a73e56e0dd5ef010d513d6287cd98ebf"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/saidone75/clj-ssh-keygen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidone75%2Fclj-ssh-keygen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidone75%2Fclj-ssh-keygen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidone75%2Fclj-ssh-keygen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidone75%2Fclj-ssh-keygen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saidone75","download_url":"https://codeload.github.com/saidone75/clj-ssh-keygen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saidone75%2Fclj-ssh-keygen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280354182,"owners_count":26316400,"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-21T02:00:06.614Z","response_time":58,"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":["authentication","cryptography","keygen","keypair","ssh","ssh-key"],"created_at":"2025-10-21T23:58:13.434Z","updated_at":"2025-10-21T23:58:14.627Z","avatar_url":"https://github.com/saidone75.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clj-ssh-keygen\n\n[![Clojars Project](https://img.shields.io/clojars/v/clj-ssh-keygen.svg)](https://clojars.org/clj-ssh-keygen)\n[![cljdoc badge](https://cljdoc.org/badge/clj-ssh-keygen/clj-ssh-keygen)](https://cljdoc.org/d/clj-ssh-keygen/clj-ssh-keygen)\n\nGenerate RSA PKCS #1 keys **from scratch** and **without 3rd party libs** in Clojure, export **PEM** and **OpenSSH** formats\n\n*☛ intended for hacking and educational purposes only!*\n\n![public key](https://i.postimg.cc/HLhvSkpk/pubkey.png)\n\n## Usage\n```clojure\n (let [key (generate-key)]\n    (write-private-key! key \"pvt.pem\")\n    (write-public-key! key \"pub.pem\")\n    (write-openssh-public-key! key \"id_rsa.pub\")))\n```\nfor generating a default (2048 bit) length key, while:\n```clojure\n(write-private-key! (generate-key 2345) \"pvt.pem\")\n```\nwill issue a custom length key:\n```console\n$ openssl rsa -noout -text -in pvt.pem|head -n 1\nRSA Private-Key: (2345 bit, 2 primes)\n```\n\n## License\nCopyright (c) 2020-2024 Saidone\n\nDistributed under the MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaidone75%2Fclj-ssh-keygen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaidone75%2Fclj-ssh-keygen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaidone75%2Fclj-ssh-keygen/lists"}