
Luuk - 2014-04-26 07:26:57
The output of your script is:
The string - 'My PHP Class' in encoded format is : TXkgUEhQIENsYXNz
The encoded string - 'TXkgUEhQIENsYXNz' in original format is : My PHP Class
When i go to: http://www.base64decode.org/
and paste: TXkgUEhQIENsYXNz
It returns: My PHP Class
I do not see why i need your 'Custom String Obfuscate' package, because a simple base64_encode in PHP does do the same?