mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -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 {
|
||||
"Space": " ",
|
||||
"Percent": "%",
|
||||
"Period": ".",
|
||||
"Comma": ",",
|
||||
"Semi-colon": ";",
|
||||
"Colon": ":",
|
||||
"Hyphen": "-",
|
||||
"Hash": "#",
|
||||
"Ampersand": "&",
|
||||
"Tab": "\t",
|
||||
"Line feed": "\n",
|
||||
"CRLF": "\r\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue