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
@ -1169,6 +1169,7 @@ class Utils {
|
||||
"Comma": ",",
|
||||
"Semi-colon": ";",
|
||||
"Colon": ":",
|
||||
"Hyphen": "-",
|
||||
"Tab": "\t",
|
||||
"Line feed": "\n",
|
||||
"CRLF": "\r\n",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user