Blind-bash is an open source project, you can use this project to obfuscate your bash code and obfuscation is the best way to hide important things in your code.
This tool will give you blind & strong code, but everyone has knowledge in bash script can DE-obfuscate this code.
So this obfuscation not %100 secure, don’t let important things in your bash code just use this obfuscation for joking.
The goal of this project is to make code hard to read by people with limited knowledge in Bash. For everyone love Coding & BASH.
Also Read Homoglyphs – Get Similar Letters, Convert To ASCII, Detect Possible Languages & UTF-8 Group
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…