{"id":22825962,"url":"https://github.com/jphastings/jwker","last_synced_at":"2025-10-10T18:16:28.490Z","repository":{"id":57531386,"uuid":"109485206","full_name":"jphastings/jwker","owner":"jphastings","description":"A PEM -\u003e JWK command line conversion tool","archived":false,"fork":false,"pushed_at":"2023-09-08T09:45:25.000Z","size":1053,"stargazers_count":21,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T18:16:27.664Z","etag":null,"topics":["cli","cryptography","encryption","jwk","pem"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"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/jphastings.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}},"created_at":"2017-11-04T10:19:14.000Z","updated_at":"2025-09-02T20:36:53.000Z","dependencies_parsed_at":"2023-09-28T08:34:35.811Z","dependency_job_id":null,"html_url":"https://github.com/jphastings/jwker","commit_stats":{"total_commits":29,"total_committers":3,"mean_commits":9.666666666666666,"dds":0.4482758620689655,"last_synced_commit":"f9da3769d0dd2a0a4b6ac25bec9f18dcfc05249d"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jphastings/jwker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphastings%2Fjwker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphastings%2Fjwker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphastings%2Fjwker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphastings%2Fjwker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jphastings","download_url":"https://codeload.github.com/jphastings/jwker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jphastings%2Fjwker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004913,"owners_count":26083802,"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-10T02:00:06.843Z","response_time":62,"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":["cli","cryptography","encryption","jwk","pem"],"created_at":"2024-12-12T17:12:45.882Z","updated_at":"2025-10-10T18:16:28.458Z","avatar_url":"https://github.com/jphastings.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jwker\n\nThis is a command line tool to easily convert keys between the PEM and JWK file formats.\n\n## Usage\n\nConvert from PEM to JWK format:\n\n```bash\njwker my-key.pem my-key.jwk\njwker my-key.pem | pbcopy\ncat my-key.pem | jwker \u003e my-key.jwk\n```\n\nA complete example for creating a new keypair, saving the public key as a JWK and the private key as a PEM, but with a passphrase:\n\n```bash\nopenssl ecparam -genkey -name prime256v1 \\\n| tee \u003e(openssl ec -pubout | jwker \u003e key.pub.jwk) \\\n| openssl ec -aes256 -out key.prv.pem\n```\n\nConvert from JWK to PEM format:\n\n```bash\njwker my-key.jwk my-key.pwm\njwker my-key.jwk | pbcopy\ncat my-key.jwk | jwker\n```\n\n## Installation\n\nIf you have [homebrew](https://brew.sh/) installed:\n\n```bash\nbrew install jphastings/tools/jwker\n```\n\nOr, if you have go installed:\n\n```bash\ngo install github.com/jphastings/jwker/cmd/jwker@latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjphastings%2Fjwker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjphastings%2Fjwker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjphastings%2Fjwker/lists"}