String Concealing

String Concealing involves encoding strings to conceal plain-text values.

Option name: "stringConcealing"

Option values: true/false/0-1/Function


Input / Output

This example showcases how String Concealing transforms the code. Try it out by changing the input code and see changes apply in real-time.

Input.js

Loading...

Output.js

Loading...

Custom String Encodings

Custom String Encodings allows you to define your own string encoding/decoding functions.


Custom Implementation

options.stringConcealing(strValue)

Control which strings are changed. Returns a boolean.

Parameter Type Description
strValue string The string proposed to be encrypted.

Options.js

Loading...

Usage Example

The provided code example will obfuscate the file input.js and write the output to a file named output.js.

Usage Example

Loading...

Enabled In