Wednesday, October 31, 2007

PHP URL Encoder - Website utility

often when you see a website, if you delicacy in URL of website, you don't like to paraphrase it. and you can't read it. this function in any programming language is different. but in PHP you can encrypt the URL and work with new URL. why do it ?, for security of your website, and hiden your function of website.
in this program, i work with urlencode() for encrypt and urldecode() for decrypt. only you give URL to program, and you can with tow function of program encrypt or decrypt it.

e.g.
my URL = "index.php?reza=123&folder=image"
after encrypt = "index.php%3Freza%3D123%26folder%3Dimage"

For you : Download Link

Short Description: This freeware is used to encrypt the URL of your website for better security.

No comments: