mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 01:36:17 -04:00
Moved author tag and improved description for ROT47
This commit is contained in:
parent
2db810289d
commit
6fa6a92719
6 changed files with 22 additions and 21 deletions
|
@ -1391,7 +1391,7 @@ var OperationConfig = {
|
|||
]
|
||||
},
|
||||
"ROT47": {
|
||||
description: "A slightly more complex variation of a caesar cipher, which includes ASCII characters too. (default 47)",
|
||||
description: "A slightly more complex variation of a caesar cipher, which includes ASCII characters from 33 '!' to 126 '~'. Default rotation: 47.",
|
||||
run: Rotate.run_rot47,
|
||||
highlight: true,
|
||||
highlight_reverse: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue