PHP Classes

it's not good.....

Recommend this page to a friend!

      Custom String Obfuscate  >  All threads  >  it's not good.....  >  (Un) Subscribe thread alerts  
Subject:it's not good.....
Summary:what's this?
Messages:2
Author:Luuk
Date:2014-04-26 07:26:57
Update:2014-04-26 07:48:51
 

 


  1. it's not good.....   Reply   Report abuse  
Picture of Luuk 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?

  2. Re: it's not good.....   Reply   Report abuse  
Picture of Luuk Luuk - 2014-04-26 07:48:51 - In reply to message 1 from Luuk
You probable meant the output to become something like:
UEhQQ2xhc3Nlcw==TXkgUEhQIENsYXNzZG90T1JH

But that's not good also.

If you strip the first two chars, and paste 'hQQ2xhc3Nlcw==TXkgUEhQIENsYXNzZG90T1JH' in http://www.base64decode.org/

The answer is: 676W0My PHP ClassdotORG

This gives tooo much details of the original text.