Crate jsfuck

Source
Expand description

§jsfuck

A quick and simple JSFuck obfuscator for Rust. This library just exports two functions, and has no dependencies.

Functions§

obfuscate
Obfuscates the string, turning it to a valid JavaScript code. Evaluating this should output the input as a string.
wrap_eval
Wraps the code with a pre-jsfucked eval() call. Evaluating this should execute the code from the input.