jsfuck is an esoteric programming language and JavaScript source obfuscator. It functions as a code encoder that transforms standard JavaScript source code into a functional equivalent composed of a minimal character set. The project restricts its source code to six specific characters to hide logic and bypass security filters that block standard alphanumeric characters. It achieves this by using type coercion to derive symbols and accessing internal language objects through prototype manipulation. The system enables arbitrary JavaScript execution by converting strings into executable functi
Try the interactive online demo
The main features of mousetail/celltail are: Esoteric Languages.
Open-source alternatives to mousetail/celltail include: angrykoala/chuckscript — Chuck Norris Programming Language. angrykoala/mindfck — A simple language that transpiles to brainfuck:. beneking102/benedictum — A Latin-themed esoteric programming language. dennismitchell/jellylanguage — Jelly is a golfing language inspired by J. deybismelendez/ni — Spanish description in: https://github.com/DeybisMelendez/ni/blob/master/README-es.md. aemkei/jsfuck — jsfuck is an esoteric programming language and JavaScript source obfuscator. It functions as a code encoder that…