How decode Base 64 script? lots of us were asking about this. This including me!. I am not a php expert, and i still do not know how to do it (before). There are lots of online Base 64 decoder that spread around the net, but i never succeed to use it (before). At that time, i think that this base 64 decoder is a bullshit!, but now i realize that i am wrong. That online decode base 64 script is works, i just the one that cannot use it. What a dumb!
There is two kind of Base 64 decode script that i know. That is :
1. Original Base64 ==> will looks like this : base64_decode(
2. Gzinfale Base64 ==> will looks like this : gzinflate(base64_decode
In this post, i just want to share how to decode base 64 script with that online base 64 decoder
Lets learn it one by one (sit well and relax, while enjoying your coffee, lol)
For the first step, i will show you to decode the Gzinflate script, as the example, you can download this file
In this gzinflate base 64, you will see something like this (this is the clue)

just remove the “<?” at the first line, and remove the “?>” at the last line
copy that script into decode base 64 online decoder, and hit the button. In this case, i am using a free base 64 decoder (online decoder) here : http://www.tareeinternet.com/scripts/decrypt.php
Once again, i have attached the example of encoded script, so you can practice today. Download it here
Only registered member can view this content. Please Login or Register first.

A perfect online tool: http://base64.online-toolz.com/tools/text-base64-convertor.php
[Reply]