| | |
validation of email with images of tilted characters
Please support our ASP.NET advertiser: Intel Parallel Studio Home
Thread Solved |
•
•
Join Date: Dec 2007
Posts: 17
Reputation:
Solved Threads: 1
I am currently working in asp.net, I m all new to web programming. I have to make a website for our clients, we will give them a user id and password of thier equipment and the details (given by the clients) will be entered in the database.
My questions is that, when we create an account in , say yahoo etc, then they show an image with moving or tilted characters for verification. What is the purpose of that images?? and how do they verify the account??
My questions is that, when we create an account in , say yahoo etc, then they show an image with moving or tilted characters for verification. What is the purpose of that images?? and how do they verify the account??
•
•
Join Date: Dec 2008
Posts: 104
Reputation:
Solved Threads: 18
Captcha Image(image with moving or tilted characters) Verification is a method of preventing automated bots (or Scripts) from gaining aaccess to web page features, tyically submission forms. An image is presented for the user, with a number of characters. As part of the form completion the user enters the characters shown in the image for verification. The expectation is that automated robots are less able at distinguishing the characters than the human eye. Captcha Image verification ensures that the user is indeed a human and not an automated robot of script.
How it works?
- We generate a random string and place it on a temporary image
- We show that image in the form
- We make a hash out of that string and send it as a hidden field of the form or we use sessions or cookies to store it.
- When user submits the form the text he entered is hashed and compared with the original hash. If they are equal then user entered correct captcha text.
How it works?
- We generate a random string and place it on a temporary image
- We show that image in the form
- We make a hash out of that string and send it as a hidden field of the form or we use sessions or cookies to store it.
- When user submits the form the text he entered is hashed and compared with the original hash. If they are equal then user entered correct captcha text.
![]() |
Other Threads in the ASP.NET Forum
- Previous Thread: How to apply themes to the user control?
- Next Thread: How to Change Header Before Request
| Thread Tools | Search this Thread |
.net 3.5 ajax alltypeofvideos appliances application asp asp.net bc30451 beginner box browser businesslogiclayer button c# cac checkbox class commonfunctions control countryselector dataaccesslayer database datagrid datagridview datalist deployment development dgv dialog dropdownlist dropdownmenu dynamic dynamically edit embeddingactivexcontrol expose feedback fileuploader fill findcontrol flash form formatdecimal formview gridview gudi iis javascript list listbox login microsoft mouse mssql nameisnotdeclared news novell numerical opera panelmasterpagebuttoncontrols parent problem radio redirect registration relationaldatabases reportemail schoolproject search security select sessionvariables silverlight smoobjects software sql sql-server sqlserver2005 ssl suse textbox tracking treeview unauthorized validatedate validation vb.net videos vista visualstudio vs2008 web webapplications webdevelopment webprogramming webservice wizard xsl youareanotmemberofthedebuggerusers





