mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 08:16:17 -04:00
Adding ROT8000
This commit is contained in:
parent
7c66dacc40
commit
e712af33b7
4 changed files with 142 additions and 1 deletions
|
@ -87,6 +87,7 @@
|
|||
"SM4 Decrypt",
|
||||
"ROT13",
|
||||
"ROT47",
|
||||
"ROT8000",
|
||||
"XOR",
|
||||
"XOR Brute Force",
|
||||
"Vigenère Encode",
|
||||
|
@ -176,7 +177,8 @@
|
|||
"Bit shift right",
|
||||
"Rotate left",
|
||||
"Rotate right",
|
||||
"ROT13"
|
||||
"ROT13",
|
||||
"ROT8000"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue