mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
ESM: Ported all Hash and Checksum operations
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user