mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Removed confusing delimiters from fuzzy hash comparison ops
This commit is contained in:
parent
209a5b7274
commit
567474ce00
@ -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…
Reference in New Issue
Block a user