jwt-hack icon indicating copy to clipboard operation
jwt-hack copied to clipboard

Whether to support jjwt format(zip)

Open keecth opened this issue 2 years ago • 1 comments

keecth avatar Jan 19 '24 04:01 keecth

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?

hahwul avatar Jun 12 '25 11:06 hahwul