{"id":34225956,"url":"https://github.com/yourpwnguy/jwt","last_synced_at":"2026-04-06T04:31:49.712Z","repository":{"id":233824270,"uuid":"787871906","full_name":"yourpwnguy/jwt","owner":"yourpwnguy","description":"Simple, fast, and efficient tool for decoding JWT tokens, supporting base64 and JSON Web Token (JWT) formats.","archived":false,"fork":false,"pushed_at":"2025-12-28T13:41:22.000Z","size":92,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-12T14:53:23.497Z","etag":null,"topics":["cli","efficient","jwt","websecurity"],"latest_commit_sha":null,"homepage":"","language":"Go","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/yourpwnguy.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-17T10:45:10.000Z","updated_at":"2025-12-28T13:41:18.000Z","dependencies_parsed_at":"2024-04-17T12:09:57.304Z","dependency_job_id":"02bc534a-580d-46fa-957b-7899717435b3","html_url":"https://github.com/yourpwnguy/jwt","commit_stats":null,"previous_names":["iaakanshff/jwt","yourpwnguy/jwt"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yourpwnguy/jwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourpwnguy%2Fjwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourpwnguy%2Fjwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourpwnguy%2Fjwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourpwnguy%2Fjwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yourpwnguy","download_url":"https://codeload.github.com/yourpwnguy/jwt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourpwnguy%2Fjwt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31460018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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","efficient","jwt","websecurity"],"created_at":"2025-12-16T00:16:27.895Z","updated_at":"2026-04-06T04:31:49.706Z","avatar_url":"https://github.com/yourpwnguy.png","language":"Go","readme":"\u003cdiv align=\"center\"\u003e\n\n![Jwt LOGO](https://i.imgur.com/YcATkTY.png)\n\n\u003c/div\u003e\n\u003ch4 align=\"center\"\u003eSimple, fast, and efficient tool for decoding JWT tokens, supporting base64 and JSON Web Token (JWT) formats..\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/github/go-mod/go-version/yourpwnguy/jwt\"\u003e\n\u003c!-- \u003ca href=\"https://github.com/yourpwnguy/jwt/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/downloads/yourpwnguy/jwt/total\"\u003e --\u003e\n\u003ca href=\"https://github.com/yourpwnguy/jwt/graphs/contributors\"\u003e\u003cimg src=\"https://img.shields.io/github/contributors-anon/yourpwnguy/jwt\"\u003e\n\u003c!-- \u003ca href=\"https://github.com/yourpwnguy/jwt/releases/\"\u003e\u003cimg src=\"https://img.shields.io/github/release/yourpwnguy/jwt\"\u003e --\u003e\n\u003ca href=\"https://github.com/yourpwnguy/jwt/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues-raw/yourpwnguy/jwt\"\u003e\n\u003ca href=\"https://github.com/yourpwnguy/jwt/stars\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/yourpwnguy/jwt\"\u003e\n\u003c!-- \u003ca href=\"https://github.com/yourpwnguy/jwt/discussions\"\u003e\u003cimg src=\"https://img.shields.io/github/discussions/yourpwnguy/jwt\"\u003e --\u003e\n\u003c/p\u003e\n\n## Features 💡\n\n- Decode JWT tokens and print their contents in JSON format.\n- Supports decoding JWT tokens provided as strings or stored in files.\n\n## Installation 🛠️ \n\nTo install the JWT tool, you can simply use the following command.\n\n```bash\ngo install -v \"github.com/yourpwnguy/jwt/cmd/jwt@latest\"\n\n# Do the below step only if your \"~/go/bin\" is not in PATH\ncp ~/go/bin/refine /usr/local/bin/\n```\n## Usage 📝\n\n```yaml\nUsage: jwt [options]\n\nOptions: [flag] [argument] [Description]\n\nINPUT:\n  -t string     JWT token string to decode\n  -tL FILE      File containing list of JWT tokens\n\nDEBUG:\n  -v none       Check current version\n```\n\n## Examples 📄\n\n- Decoding a JWT String\n\n```bash\n$ jwt -t \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c\"\n\nToken 1:\n{\n  \"header\": {\n    \"alg\": \"HS256\",\n    \"typ\": \"JWT\"\n  },\n  \"payload\": {\n    \"iat\": 1516239022,\n    \"name\": \"John Doe\",\n    \"sub\": \"1234567890\"\n  },\n  \"signature\": \"SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c\"\n}\n```\n\n\u003cbr\u003e\n\n- Decode JWT tokens stored in a file:\n\n```bash\n$ jwt -tL tokens.txt\n\nToken 1:\n{\n  \"header\": {\n    \"alg\": \"HS256\",\n    \"typ\": \"JWT\"\n  },\n  \"payload\": {\n    \"data_key\": \"secret\",\n    \"iat\": 1516239022,\n    \"name\": \"Breake\",\n    \"payload\": \"the text of the token in Token String\"\n  },\n  \"signature\": \"d2wZRIuXyfzjs4tXz7DfQgnB80heGvZoBIt1x4lIvZM\"\n}\n\nToken 2:\n{\n  \"header\": {\n    \"alg\": \"HS256\",\n    \"kid\": \"12345\",\n    \"typ\": \"JWT\"\n  },\n  \"payload\": {\n    \"aud\": [\n      \"example.com\",\n      \"another-example.com\"\n    ],\n    \"custom_claim\": \"custom_value\",\n    \"email\": \"john.doe@example.com\",\n    \"exp\": 1716239022,\n    \"iat\": 1616239022,\n    \"iss\": \"example.com\",\n    \"jti\": \"unique-token-id\",\n    \"metadata\": {\n      \"device\": \"iPhone\",\n      \"ip\": \"192.168.1.1\",\n      \"location\": \"San Francisco\"\n    },\n    \"name\": \"John Doe\",\n    \"nbf\": 1616239022,\n    \"permissions\": {\n      \"admin\": [\n        \"read\",\n        \"write\",\n        \"delete\"\n      ],\n      \"user\": [\n        \"read\"\n      ]\n    },\n    \"preferences\": {\n      \"language\": \"en-US\",\n      \"theme\": \"dark\"\n    },\n    \"roles\": [\n      \"admin\",\n      \"user\"\n    ],\n    \"sub\": \"user123\"\n  },\n  \"signature\": \"SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c\"\n}\n\n```\n\n## But Why Use Our Tool❓ \n\nWe understand and appreciate that jwt.io provides a web-based solution for decoding JWT tokens, however our CLI tool offers the advantage of decoding offline. By keeping your tokens local, there's no risk of sensitive information landing in a website's database, ensuring your data remains secure and private. Yes, we are talking about you privacy-conscious users.\n\n## Contributing 🤝\n\nContributions are welcome! If you have any suggestions, bug reports, or feature requests, feel free to open an issue or submit a pull request.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourpwnguy%2Fjwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyourpwnguy%2Fjwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourpwnguy%2Fjwt/lists"}