mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
Update Utils.mjs
Just included the hyphen ( - ) in the charRep function to enable it to be used in the Multi Tap Cipher Operation.
This commit is contained in:
parent
6d5c992123
commit
9c462418e9
1 changed files with 1 additions and 0 deletions
|
@ -1169,6 +1169,7 @@ class Utils {
|
||||||
"Comma": ",",
|
"Comma": ",",
|
||||||
"Semi-colon": ";",
|
"Semi-colon": ";",
|
||||||
"Colon": ":",
|
"Colon": ":",
|
||||||
|
"Hyphen": "-",
|
||||||
"Tab": "\t",
|
"Tab": "\t",
|
||||||
"Line feed": "\n",
|
"Line feed": "\n",
|
||||||
"CRLF": "\r\n",
|
"CRLF": "\r\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue