Jet.HaCkR's Base64 Encoder/Decoder File Password: www.warezlobby.org Code (markup): Download: http://rapidshare.com/files/195496456/base64ed.rar Code (markup): Demo: http://www.warezlobby.org/jet/base64ed.php Code (markup):
I don't get the point. PHP has base64_encode(); and base64_decode(); functions built in as of most recent versions. Why would you need another script, when its already done and dusted in PHP (inbuilt functions are naturally faster too)? Thanks,
Its just a simple script I made. Its similar to scripts that many other base64 encoder/decoder sites.
Its a good PHP learning experience, but is pointless on a real site. It would just slow the encode/decode, as it is running a SEPARATE function, just to run base 64 encode/decode. Good learning curve Jet, but I am sorry, its not practical.