In software development, obfuscation is the act of creating source or machine code that is difficult for humans or computers to understand. Like obfuscation in natural language, it may use needlessly roundabout expressions to compose statements. Programmers may deliberately obfuscate code to conceal its purpose (security through obscurity) or its logic or implicit values embedded in it, primarily, in order to prevent tampering, deter reverse engineering, or even to create a puzzle or recreational challenge for someone reading the source code. This can be done manually or by using an automated tool, the latter being the preferred technique in industry
it works because variables in batch which doesnt have any value will be ignorred so the code will get executed as normal but for people who look at it, its difficult to understand
Clone the project
git clone https://github.com/Armoghan-ul-Mohmin/Batch-Obfuscator.git
Go to the project directory
cd Batch-Obfuscator
Install dependencies
pip install -r requirements. txt
Start the server
Python3 Obfuscator.py