2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-15 15:53:30 +00:00

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
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"
},