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: its.romi is an unknown quantity at this point 
Solved Threads: 1
its.romi its.romi is offline Offline
Newbie Poster

validation of email with images of tilted characters

 
0
  #1
Jan 30th, 2009
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??
Reply With Quote Quick reply to this message  
Join Date: Dec 2008
Posts: 104
Reputation: Aneesh_Argent is an unknown quantity at this point 
Solved Threads: 18
Aneesh_Argent Aneesh_Argent is offline Offline
Junior Poster

Re: validation of email with images of tilted characters

 
0
  #2
Jan 30th, 2009
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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 17
Reputation: its.romi is an unknown quantity at this point 
Solved Threads: 1
its.romi its.romi is offline Offline
Newbie Poster

Re: validation of email with images of tilted characters

 
0
  #3
Jan 30th, 2009
Thank you
Nice piece of information
Now i can use it in my website
Thanks alot
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Other Threads in the ASP.NET Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC