ozzi- / JWT4B

JWT Support for Burp
GNU General Public License v3.0
247 stars 46 forks source link

Add hex key support #72

Closed virusvfv closed 2 years ago

virusvfv commented 2 years ago

if key begins from 0x... then key will be interpreted as hex key. If there is an error with hex decoding (ex: 0xblabla or 0x111) key will be empty.

ozzi- commented 2 years ago

Hi @virusvfv

Thanks for the PR! I made some changes:

:)