mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Added 'Hamming Distance' operation.
This commit is contained in:
parent
fa938f832f
commit
1d6bf39548
4 changed files with 94 additions and 0 deletions
|
@ -110,6 +110,7 @@ OpModules.Default = {
|
|||
"Unescape string": StrUtils.runUnescape,
|
||||
"Head": StrUtils.runHead,
|
||||
"Tail": StrUtils.runTail,
|
||||
"Hamming Distance": StrUtils.runHamming,
|
||||
"Remove whitespace": Tidy.runRemoveWhitespace,
|
||||
"Remove null bytes": Tidy.runRemoveNulls,
|
||||
"Drop bytes": Tidy.runDropBytes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue