Expand description

jsfuck

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

Functions

Obfuscates the string, turning it to a valid JavaScript code. Evaluating this should output the input as a string.

Wraps the code with a pre-jsfucked eval() call. Evaluating this should execute the code from the input.