{"id":27289875,"url":"https://github.com/elefthei/ex_keypair","last_synced_at":"2025-04-11T21:19:37.332Z","repository":{"id":62429167,"uuid":"63011889","full_name":"elefthei/ex_keypair","owner":"elefthei","description":"Elixir RSA KeyPair generator module.","archived":false,"fork":false,"pushed_at":"2016-07-17T02:48:44.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T21:19:35.046Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/ex_keypair","language":"Elixir","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/elefthei.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}},"created_at":"2016-07-10T18:05:15.000Z","updated_at":"2016-07-11T13:15:34.000Z","dependencies_parsed_at":"2022-11-01T20:04:03.713Z","dependency_job_id":null,"html_url":"https://github.com/elefthei/ex_keypair","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elefthei%2Fex_keypair","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elefthei%2Fex_keypair/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elefthei%2Fex_keypair/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elefthei%2Fex_keypair/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elefthei","download_url":"https://codeload.github.com/elefthei/ex_keypair/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480427,"owners_count":21110939,"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":[],"created_at":"2025-04-11T21:19:36.533Z","updated_at":"2025-04-11T21:19:37.314Z","avatar_url":"https://github.com/elefthei.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExKeypair\n\n**RSA key pair generation in Elixir, using OpenSSL ports (deprecated, moved to elefthei/krypto)**\nhttps://github.com/elefthei/krypto\n\n## Installation\n\nThe package can be installed as:\n\n  1. Add ex_keypair to your list of dependencies in `mix.exs`:\n\n        def deps do\n          [{:ex_keypair, \"~\u003e 0.0.3\"}]\n        end\n\n  2. Ensure ex_keypair is started before your application:\n\n        def application do\n          [applications: [:ex_keypair]]\n        end\n\n## Example\n\nYou can use ex_keypair as a command line application, by running:\n\n    mix escript.build\n    ./ex_keypair\n\nOr use it as an Elixir module:\n\n    {public, private} = ExKeypair.keypair()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felefthei%2Fex_keypair","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felefthei%2Fex_keypair","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felefthei%2Fex_keypair/lists"}