English 中文(简体)
How to write the Captcha?
原标题:

I am developing a registration form in that i want to place the CAPTCHA . i generate a random string but how to convert that into the image other wise how can i develop the CAPTCHA code or any reference. thank you

最佳回答

Try out reCaptcha or check out eh blog post "Captcha Using Asp.Net" which I wrote sometime back.

问题回答

While having a captcha may feel like a good feature, it really isn t: Nowadays there s huge swarms of labor houses in China and such where people are paid for successfully filling out captchas. Yes, that means there s thousands of people manually breaking the system all the time.

If I were implementing my own registration protection/antispam system, I d go with the more cultural one choice which is just a variation of magic words. What I mean that instead of showing barely readable garble, I d add a small intellectual puzzle and a text field for it s answer, for example asking how much is seven plus six minus one is currently a lot better at detecting both bots and stupid users.





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签