DolphFlynn / jwt-editor

A Burp Suite extension for creating and editing JSON Web Tokens. This tool supports signing and verification of JWS, encryption and decryption of JWE and automation of several well-known attacks against applications that consume JWT.
Apache License 2.0
12 stars 11 forks source link

Add Description to Keys #7

Closed m10x closed 11 months ago

m10x commented 11 months ago

Thanks for this great extension!

Would it be possible that you add a Description Column for the Keys, so that it's possible to describe what the key is from/intended to use for?

I quickly lose track when there are several keys. Especially if I only look at them again after a few days.

DolphFlynn commented 11 months ago

Thanks for the suggestion.

Adding a description is definitely an option. If you're only after relatively short labels then you could use the ID. By default this is a UUID, but you can modify this by editing the KID field to add a more meaningful label. Is this any good?

m10x commented 11 months ago

Oh well, I didn't think about using the KID as a description :D That solves my problem. Thank you so much!