Loading...
Reference

CODE-X Encryption

Overview

CODE-X is an enterprise-grade code obfuscation and encryption engine. It supports JavaScript (via advanced obfuscation) and Python/Java (via Base64 encoding). Use this to protect your source code before distribution.

Endpoint

POST /codex

Request Parameters

FieldTypeRequiredDescription
codestringRequiredThe raw source code string.
langstringRequiredThe language of the code. Options: 'js', 'javascript', 'py', 'java'.

Example Usage

JavaScript Request

javascript

Successful Response (JavaScript)

Returns heavily obfuscated code that is difficult for humans to reverse-engineer.

json

Successful Response (Python/Java)

Returns a Base64 encoded string.

json