News

Python is interpreter language. As such, it is really hard to compile it, and obfuscate code logic. Yet, sometimes there is a such need. Using Cython project will compile it to C code, But since in ...
A simple python program used to go beyond what uglify.js does by obfuscating function and variable names If your aim is to make your javascript code inaccessible to script kiddies or just to thwart ...