mirror of
https://github.com/gchq/CyberChef.git
synced 2025-07-16 17:46:27 -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
|
* @namespace
|
||||||
*/
|
*/
|
||||||
var JS = {
|
var JS = {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* JavaScript Obfscate operation.
|
||||||
|
*
|
||||||
|
* @param {string} input
|
||||||
|
* @returns {string}
|
||||||
|
*/
|
||||||
|
|
||||||
|
run_obfscate : function(input) {
|
||||||
|
return require('./javascriptObfscate').obfscate(input);
|
||||||
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @constant
|
* @constant
|
||||||
* @default
|
* @default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue