php Non-AlphaNumeric Encoder
1-converting the ascii chars into decimal numbers and then into octal numbers
2-converting the octal numbers into non-alphanumeric chars
3-the same logic is reversed for the decoding process
it's recommended to pack the file with base64 before encoding with non-alphanumeric
-Obfuscate php backdoors on the fly
-Bypass static php code analysis tools
-Bypass php security filters / backdoor detection tools
-penetartion testers
-web developers
-anyone interested in information security
-this tool is made for educational purpose
-iam NOT responsible for illegal usage of this tool.