Yeah, what kind of encoding/decoding are you looking for? You have many types of built in encryptions in PHP (base64, md5, etc.) not to mention if you're looking at someone else's software, they may have made their own encryption or used a combination + salt kind of encryption. Regards, Dennis M.
Well it depents on the type of encrytion whether its a 1 way encrytion md5 or sha. And that cannot be decoded. If you 2 way encrytion like base64_encode. You can decode that.
We can decode all most all type of data's If you are well with PHP Base64 and MD5 can be done easily by online tools But ioncube and zend decoding can be only done by a PHP Geek mate...
What are you talking about?. By the way, what is encoded (base64...) can be decoded. What is hashed (md5...) can't.
Thanks for your reply. Yes, can you say the name of online tools to decode PHP Base 64 and MD5? I will be very happy for that. Thanks.