{"id":19034175,"url":"https://github.com/aurasphere/jwe-token-decrypter","last_synced_at":"2026-06-19T08:02:32.126Z","repository":{"id":134255873,"uuid":"219789361","full_name":"aurasphere/jwe-token-decrypter","owner":"aurasphere","description":"Simple command line util for decrypting JWE (JSON Web Encryption) tokens","archived":false,"fork":false,"pushed_at":"2020-09-07T23:17:46.000Z","size":276,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T06:02:11.909Z","etag":null,"topics":["command-line","command-line-tool","decrypter","json-web-encryption","jwe","utils"],"latest_commit_sha":null,"homepage":"","language":"Java","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/aurasphere.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":"2019-11-05T16:17:41.000Z","updated_at":"2020-09-07T23:17:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe1af0ea-764a-46f4-8bc3-0e41d8fe988e","html_url":"https://github.com/aurasphere/jwe-token-decrypter","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aurasphere/jwe-token-decrypter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fjwe-token-decrypter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fjwe-token-decrypter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fjwe-token-decrypter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fjwe-token-decrypter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aurasphere","download_url":"https://codeload.github.com/aurasphere/jwe-token-decrypter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aurasphere%2Fjwe-token-decrypter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34522042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":["command-line","command-line-tool","decrypter","json-web-encryption","jwe","utils"],"created_at":"2024-11-08T21:43:44.048Z","updated_at":"2026-06-19T08:02:32.108Z","avatar_url":"https://github.com/aurasphere.png","language":"Java","funding_links":["https://www.paypal.com/donate/?cmd=_donations\u0026business=8UK2BZP2K8NSS"],"categories":[],"sub_categories":[],"readme":"[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](https://www.paypal.com/donate/?cmd=_donations\u0026business=8UK2BZP2K8NSS)\n\n# jwe-token-decrypter\n\nSimple command line util for decrypting JWE (JSON Web Encryption) tokens. Takes as input the token (compact serialization) and its encrypton key and prints both the token headers and payload.\n\n## Usage:\n\n    java -jar jwe-token-decrypter.jar\n\n## Sample input\n\n    Token: eyJhbGciOiJQQkVTMi1IUzI1NitBMTI4S1ciLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiZXhwIjoiOTk5NDk2MTM4MjIwMDAiLCJhdWQiOiJteUF1ZGllbmNlIiwiaXNzIjoibXlJc3N1ZXIiLCJwMmMiOjgxOTIsInAycyI6IlVZSF9Qd2h5QmNORVd4QTQifQ.LF4nJD0m1uuv5GOdSAERphXSv_O6dhGEKB_QJvTXj-DuWE-bKCs4OQ.RdNrWnmURv5QDN-DmlkmzA.qypSoDf2jBLuNGSDCuwfwoQegZzoIFkjPpMhulkaBFpULhdmcecrQBiIvxtAWioY.xa7qJC6FAGCcZk8YpI1zyw\n    Key: mySecret\n    \n## Sample output\n\n    {\n    \t\"alg\": \"PBES2-HS256+A128KW\",\n    \t\"enc\": \"A128CBC-HS256\",\n    \t\"exp\": \"99949613822000\",\n    \t\"aud\": \"myAudience\",\n    \t\"iss\": \"myIssuer\",\n    \t\"p2c\": 8192,\n    \t\"p2s\": \"UYH_PwhyBcNEWxA4\"\n    }\n    {\n    \t\"myPayloadField\":\"myPayloadValue\"\n    }\n\n\u003csub\u003eCopyright (c) 2019 Donato Rimenti\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurasphere%2Fjwe-token-decrypter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faurasphere%2Fjwe-token-decrypter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faurasphere%2Fjwe-token-decrypter/lists"}