Merge branch 'master' of https://github.com/aussieklutz/CyberChef into aussieklutz-master

This commit is contained in:
n1474335 2021-02-09 14:16:36 +00:00
commit f4784d49e7
2 changed files with 20 additions and 6 deletions

View file

@ -28,7 +28,7 @@ class JWTVerify extends Operation {
this.outputType = "JSON";
this.args = [
{
name: "Private/Secret Key",
name: "Public/Secret Key",
type: "text",
value: "secret"
},