bytebutcher / decoder-plus-plus

An extensible application for penetration testers and software developers to decode/encode data into various formats.
GNU General Public License v3.0
101 stars 24 forks source link

Adjust JWT Codec to show a list of possible codecs #73

Closed bytebutcher closed 7 months ago

bytebutcher commented 7 months ago

The JWT encoder and decoder allows to set a algorithm now. However, currently the algorithm needs to be specified manually. It would be nice let the user select an algorithm from a list of common algorithms. However, the user should still be able to specify a custom algorithm (editable combobox).