2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-20 10:13:42 +00:00

Update JWTVerify.mjs

This commit is contained in:
aussieklutz
2021-02-06 18:35:46 +10:00
committed by GitHub
parent 1bcb8e433d
commit d5a0adea0c

View File

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