Click any tag below to further narrow down your results
Links
The article explores how minification of JavaScript doesn't provide real security, as it only makes code harder to read. It discusses using large language models and abstract syntax trees to quickly analyze minified code, revealing sensitive information that could be exploited. The author advises developers to rethink how they handle sensitive code in frontend applications.
Ebyte-Go-Morpher is a Go program that obfuscates Go source code by manipulating the Abstract Syntax Tree (AST) to enhance security. It offers various obfuscation techniques, including string encryption, identifier renaming, and number obfuscation, while preserving reflection compatibility and allowing configuration of features. The tool generates obfuscated files and runtime decryption logic, streamlining the process of protecting Go code.