| | |
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
Views: 447 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 activexcontrol advice ajax asp asp.net bc30451 bottomasp.net browser businesslogiclayer button c# c#gridviewcolumn checkbox child class click compatible confirmationcodegeneration content contenttype countryselector courier css database datagrid datagridview datagridviewcheckbox datalist deadlock development dgv dropdown dropdownmenu edit feedback flash flv folder form forms google grid gridview homeedition hosting identity iframe iis index javascript jquery languages list maps menu mono mssql multistepregistration nameisnotdeclared object objects order problem profile ratings refer rotatepage save search security serializesmo.table session silverlight smartcard sql suse textbox tracking typeof unauthorized update validation vb vb.net video view virtualdirectory vista visual-studio visualstudio vs2008 web webarchitecture webdevelopemnt webdevelopment wizard xml





