An open API service indexing awesome lists of open source software.

https://github.com/sly777/asp.net-advanced-captcha

Secure, Customizable Captcha for ASP.NET C#
https://github.com/sly777/asp.net-advanced-captcha

Last synced: about 1 month ago
JSON representation

Secure, Customizable Captcha for ASP.NET C#

Awesome Lists containing this project

README

        

// Advanced Captcha for ASP.NET
// Developed by Ilker Guller
//
// http://developerarea.blogspot.com

:: HOW TO USE ::

1. Upload CaptchaImg.aspx, CaptchaImg.aspx.cs and App_Code/Captcha.cs files to your server.

2. Add img tag to your page and change src value to "CaptchaImg.aspx" (for example; add this tag : )

3. That's it :)

------------------

:: SETTINGS ::

charLength (int) = Get / Set Text Length on the Captcha Image

caseSensitive (bool) = Get / Set Case Sensitive Control

onlyNumber (bool) = Set True if you want to see only Number

onlyChar (bool) = Set True if you want to see only latin characters

captchaSessionName (string) = Get / Set Captcha Session Name

!! You must change values before "new Captcha". !!