mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 00:31:31 -04:00
introducing JavascriptObfscate
This commit is contained in:
parent
591e4f0015
commit
e770c935bb
1 changed files with 11 additions and 0 deletions
|
@ -11,6 +11,17 @@
|
||||||
*/
|
*/
|
||||||
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