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#
- Host: GitHub
- URL: https://github.com/sly777/asp.net-advanced-captcha
- Owner: Sly777
- Created: 2011-03-28T11:49:29.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-02T13:08:55.000Z (almost 14 years ago)
- Last Synced: 2025-05-07T20:46:13.518Z (about 1 month ago)
- Language: C#
- Homepage: http://developerarea.blogspot.com/
- Size: 92.8 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme
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". !!