mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Update JWTVerify.mjs
Enabled ESRSA verification.
This commit is contained in:
parent
63dff0d34d
commit
fa05cf1d78
1 changed files with 4 additions and 0 deletions
|
@ -48,7 +48,11 @@ class JWTVerify extends Operation {
|
|||
"HS384",
|
||||
"HS512",
|
||||
"RS256",
|
||||
"RS384",
|
||||
"RS512",
|
||||
"ES256",
|
||||
"ES384",
|
||||
"ES512",
|
||||
"none"
|
||||
]});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue