jwt_tool
Token analyzer
A toolkit for testing and analyzing JSON Web Tokens for security vulnerabilities
A toolkit for testing, tweaking and cracking JSON Web Tokens
6k stars
64 watching
678 forks
Language: Python
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dwyl/learn-json-web-tokens | This project teaches how to use JSON Web Tokens for authentication in web and mobile applications. | 4,180 |
dariusztytko/jwt-key-id-injector | Detects vulnerability in JWT tokens by injecting an unexpected key ID field and generating tokens with one-letter secrets | 51 |
hahwul/jwt-hack | A tool for testing and cracking JSON Web Tokens (JWTs) using brute-force and dictionary attacks. | 770 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
restuwahyu13/jwt-transform | Tools for transforming and decrypting JSON Web Tokens using encryption algorithms | 18 |
auth0/jwt-decode | A library to decode and parse JSON web tokens | 3,226 |
kingsabri/jwtear | A command-line tool for parsing and manipulating JSON Web Tokens | 100 |
dloss/python-pentest-tools | A collection of Python libraries and tools for network exploitation and reverse engineering. | 2,725 |
flibustier/jwt-online-cracker | An online tool for brute-forcing JSON Web Tokens (JWT) using client-side JavaScript | 8 |
auth0/java-jwt | A Java library implementing the JSON Web Token standard for digital signatures and token validation. | 5,917 |
dvsekhvalnov/jose-jwt | A library implementing JSON Web Token and related security protocols for .NET development | 951 |
lmammino/jwt-cracker | A tool designed to guess the secret behind JWT tokens with weak secrets | 1,049 |
tymondesigns/jwt-auth | Provides JSON Web Token-based authentication for Laravel and Lumen applications. | 11,330 |
jwtk/jjwt | A Java library for creating and verifying JSON Web Tokens | 10,389 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |