The Artima Developer Community
Sponsored Link

.NET Buzz Forum
My New, (hopefully) much more secure CaptCha Control

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sascha Corti

Posts: 797
Nickname: sascha
Registered: Aug, 2003

Sascha Corti is a developer evangelist for Microsoft in Switzerland.
My New, (hopefully) much more secure CaptCha Control Posted: Aug 3, 2004 3:45 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Sascha Corti.
Original Post: My New, (hopefully) much more secure CaptCha Control
Feed Title: Console.WriteLine("Hello World");
Feed URL: http://www.corti.com/WebLogSascha/blogxbrowsing.asmx/GetRss?
Feed Description: A technology blog with a focus on the .NET framework, the Visual Studio .NET tools and the Windows server platform with of course the normal weblog-noise on what's happening in the industry and reviews of the latest geeky gadgets.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Sascha Corti
Latest Posts From Console.WriteLine("Hello World");

Advertisement

I have revised my ASP.NET based CaptCha control that I use in the comments section. Daniel Turini told me (in my comments) that my first control lacks security as I loaded a static image for each character that the user needs to type - something easily breakable via a small script. The new CaptCha control always loads the same image which is an ASPX page that generates an output stream containing a bitmap, that consist of the pass phrase stitched together from an array of static images. Therefore, a program can no longer guess the correct pass phrase by analyzing the HTML source (which is now always the same).

Thanks for the hint, Daniel!

The new version can be downloaded here.

Read: My New, (hopefully) much more secure CaptCha Control

Topic: New Windows Mobile Articles on MSDN Previous Topic   Next Topic Topic: ASP.NET Forums v1.0

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use