jwt-hack
jwt-hack copied to clipboard
Whether to support jjwt format(zip)
Hi @keecth, Thanks for the suggestion!
Just checking if you're referring to support for the "zip": "DEF" header in JWTs (i.e., DEFLATE compression).
- Decode: auto-decompress if zip is present
- Encode: option to compress payload and add zip header
- Verify & Crack: handle verification & cracking with compressed payloads
- Payload: decompress, modify, then re-compress
Does that match what you're asking?