mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
introducing JavascriptObfscate
This commit is contained in:
parent
591e4f0015
commit
e770c935bb
1 changed files with 11 additions and 0 deletions
|
@ -10,7 +10,18 @@
|
|||
* @namespace
|
||||
*/
|
||||
var JS = {
|
||||
|
||||
/**
|
||||
* JavaScript Obfscate operation.
|
||||
*
|
||||
* @param {string} input
|
||||
* @returns {string}
|
||||
*/
|
||||
|
||||
run_obfscate : function(input) {
|
||||
return require('./javascriptObfscate').obfscate(input);
|
||||
},
|
||||
|
||||
/**
|
||||
* @constant
|
||||
* @default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue