reddit hackernews mail facebook facebook linkedin
jwtear

jwtear

Modular command-line tool to parse, create and manipulate JWT tokens.

Features:
- Complete modularity
- All commands are plugins
- Easy to add new plugins
- Support JWS and JWE tokens
- Easy interface for plugins
- Flexible
- token generation based on production-class libraries

Available plugins:
- Parse: parses jwt tokens
- jws: manipulate and generate JWS tokens
- jwe: manipulate and generate JWE tokens
- bruteforce: brutefocing JWS signing key
- wiki: contains offline information about JWT, attacks ideas, references