├── README.md
└── obfuscator.php
/README.md:
--------------------------------------------------------------------------------
1 | # PHP Obfuscation
2 |
3 | A PHP based obfuscation tool for obfuscating php code using gzdeflate, gzcompress and other various methods ¯\\_(ツ)_/¯
4 |
5 | ### Note
6 |
7 | Obfuscated code is easily deobfuscated too! Wrote this 3-4 years ago just to practice stuff 😛
8 |
--------------------------------------------------------------------------------
/obfuscator.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |