mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
ESM: Ported all Hash and Checksum operations
This commit is contained in:
parent
5362508a99
commit
3fd1f4e6d9
43 changed files with 1971 additions and 9 deletions
|
@ -43,7 +43,7 @@ function main() {
|
|||
const op = OP_CONFIG[opName];
|
||||
const moduleName = opName.replace(/\w\S*/g, txt => {
|
||||
return txt.charAt(0).toUpperCase() + txt.substr(1);
|
||||
}).replace(/\s/g, "");
|
||||
}).replace(/[\s-/]/g, "");
|
||||
let legacyFile = "";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue