mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 15:56:16 -04:00
Removed confusing delimiters from fuzzy hash comparison ops
This commit is contained in:
parent
209a5b7274
commit
567474ce00
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ const Hash = {
|
|||
* @constant
|
||||
* @default
|
||||
*/
|
||||
DELIM_OPTIONS: ["Line feed", "CRLF", "Space", "Comma", "Semi-colon", "Colon"],
|
||||
DELIM_OPTIONS: ["Line feed", "CRLF", "Space", "Comma"],
|
||||
|
||||
/**
|
||||
* Compare CTPH hashes operation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue