mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Update JWTVerify.mjs
Enable verification of RSASHA256 and 512 tokens
This commit is contained in:
parent
ba66fd6546
commit
6984258404
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ class JWTVerify extends Operation {
|
||||||
"HS256",
|
"HS256",
|
||||||
"HS384",
|
"HS384",
|
||||||
"HS512",
|
"HS512",
|
||||||
|
"RS256",
|
||||||
|
"RS512",
|
||||||
"none"
|
"none"
|
||||||
]});
|
]});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue