mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
WIP
This commit is contained in:
parent
81082ea001
commit
0fea84ed7a
2 changed files with 57 additions and 52 deletions
|
@ -113,7 +113,7 @@ const Categories = [
|
|||
]
|
||||
},
|
||||
{
|
||||
name: "Logical operations",
|
||||
name: "Arithmetic / Logic",
|
||||
ops: [
|
||||
"XOR",
|
||||
"XOR Brute Force",
|
||||
|
@ -127,6 +127,13 @@ const Categories = [
|
|||
"Rotate left",
|
||||
"Rotate right",
|
||||
"ROT13",
|
||||
"Sum",
|
||||
"Sub",
|
||||
"Multiply",
|
||||
"Divide",
|
||||
"Mean",
|
||||
"Median",
|
||||
"Standard Deviation",
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue