mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
Update Utils.mjs
Added the Period, Hash and Ampersand representations to the charRep method so that it could be used in the MultiTap Cipher codes.
This commit is contained in:
parent
ea7da0a824
commit
2f600f1dbf
1 changed files with 3 additions and 0 deletions
|
@ -1166,10 +1166,13 @@ class Utils {
|
||||||
return {
|
return {
|
||||||
"Space": " ",
|
"Space": " ",
|
||||||
"Percent": "%",
|
"Percent": "%",
|
||||||
|
"Period": ".",
|
||||||
"Comma": ",",
|
"Comma": ",",
|
||||||
"Semi-colon": ";",
|
"Semi-colon": ";",
|
||||||
"Colon": ":",
|
"Colon": ":",
|
||||||
"Hyphen": "-",
|
"Hyphen": "-",
|
||||||
|
"Hash": "#",
|
||||||
|
"Ampersand": "&",
|
||||||
"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