CAPTCHA - part 1 : "Are you human or ....?" (Introduction)Tag: captcha, php security, php class Category: PHP Security, PHP Classespost: 05 Oct 2007 read: 1,639 PHP CAPTCHA Tutorial: Nowdays, forms in many sites have a image that we must rewrite its content to a textbox for validation. Its content can be a sequence of numeric, alphabet, or mixed (that we called alphanumeric). For example, you will find it at yahoo register form, google register form, blog creation form, and many sites. Security reason. Why we must use this item for security? Look at this simple form:
This form will collect information from user. This information will be stored at table in database. When somebody submit this form, you can see this url in address bar: http://mysite.com/logon.php?name=Wiwit+SiswoutomoNow, what a weakness about this way? Imagine, there is somebody write this code:
And then he upload in anything server. Execute that code. Without open legal form, he can fulfill that information. Not only one information, a thousand. How about he rewrite become:
only in several mili seconds, he can store a milion data!
| ||
| | Give Your Opinion | Recommend |
|

