Captcha 4.3.3
See the version list below for details.
dotnet add package Captcha --version 4.3.3
NuGet\Install-Package Captcha -Version 4.3.3
<PackageReference Include="Captcha" Version="4.3.3" />
paket add Captcha --version 4.3.3
#r "nuget: Captcha, 4.3.3"
// Install Captcha as a Cake Addin #addin nuget:?package=Captcha&version=4.3.3 // Install Captcha as a Cake Tool #tool nuget:?package=Captcha&version=4.3.3
BotDetect CAPTCHA Generator protects ASP.NET (Core) forms from spam submissions. This secure and accessible Captcha protection is available on .NET (Core) for ASP.NET MVC 1-6 web applications, ASP.NET WebForms, and ASP.NET Web Pages. BotDetect works in China -- and it does not stalk you around 24/7.
BotDetect is unique among Captcha solutions by using many different image and sound algorithms for the generation of Captcha codes. While each Captcha code algorithm is easily comprehensible to human users, generating Captcha codes by random algorithm makes the Captcha challenge practically impossible to pass automatically. This approach to Captcha security is validated by the BotDetect track record: we have over 3000 paying customers and not one confirmed case of automated Captcha breaking by spammers.
BotDetect provides an audio Captcha alternative to keep ASP.NET web applications accessible to the blind and other people for whom reading the Captcha code could be a problem, enabling you to make WCAG and Section 508 compliant websites.
Features
--------------------
* 60 secure & readable Captcha image styles
* 20 secure & accessible audio Captcha sound styles
* Localized Captcha generation, using various Unicode character sets and downloadable multi-language sound pronunciations
* Custom Captcha image size, format, color scheme...
* Custom Captcha code length, style, character set, timeouts, generated code filtering...
* Many other randomization & customization options
* Produces XHTML 1.1 Strict, Section 508 and WCAG AAA compliant markup
* Visual Studio .NET 2017, 2015, 2013, 2012, 2010, 2008, 2005 and 2003 Designer support
* Medium trust environment support for shared servers
* Fully compatible with ASP.NET Core 1.x and 2.0
* Fully compatible with legacy .NET 2.0 and onwards, .NET Core 1.x and .NET Core 2.x
* Fully compatible with ASP.NET Core MVC (MVC 6)
* Fully compatible with ASP.NET MVC 1-5
* Fully compatible with ASP.NET WebForms
* Fully compatible with ASP.NET Web Pages
* Fully compatible with ASP.NET Ajax and jQuery Ajax validation
* Fully compatible with SharePoint Server / Foundation
* Tested in Chrome, Firefox, Safari, IE, Edge and Opera browsers released since 2001.
* Full support for all Android & iOS devices
* It works in China
* It does not stalk your users and visitors
What nuget to use?
--------------------
Please note that from the version 4.2 onward we will have two BotDetect CAPTCHA nugets on the nuget.org.
* Use THIS nuget for ASP.NET applications running on the legacy .NET (non-Core) Frameworks
* Use THIS nuget for ASP.NET Core applications running on the .NET Core Frameworks -- from the BotDetect 4.3 onward
However, there is one special case that required the separate nuget.
* Use our NEW helper nuget INSTEAD OF this one for the special case of ASP.NET Core applications running on the legacy .NET (non-Core) Frameworks -- this is available immediately. The new helper nuget name is CAPTCHA.asp.net.core.on.legacy.net.frameworks and it is available at CAPTCHA.asp.net.core.on.legacy.net.frameworks
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 1.6
- CoreCompat.System.Drawing (>= 1.0.0-beta006)
- Microsoft.AspNetCore.Http (>= 1.0.0)
- Microsoft.AspNetCore.Http.Extensions (>= 1.0.0)
- Microsoft.AspNetCore.Mvc (>= 1.0.0)
- Microsoft.AspNetCore.Session (>= 1.0.0)
- Microsoft.Extensions.Caching.Memory (>= 1.0.0)
- Microsoft.Extensions.Configuration (>= 1.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 1.0.0)
- Microsoft.Extensions.PlatformAbstractions (>= 1.0.0)
- NETStandard.Library (>= 1.6.0)
- Newtonsoft.Json (>= 9.0.1)
- System.Data.Common (>= 4.1.0)
- System.Net.Requests (>= 4.0.11)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Http (>= 2.0.0)
- Microsoft.AspNetCore.Http.Extensions (>= 2.0.0)
- Microsoft.AspNetCore.Mvc (>= 2.0.0)
- Microsoft.AspNetCore.Session (>= 2.0.0)
- Microsoft.Extensions.Caching.Memory (>= 2.0.0)
- Microsoft.Extensions.Configuration (>= 2.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 2.0.0)
- Microsoft.Extensions.PlatformAbstractions (>= 1.1.0)
- NETStandard.Library (>= 2.0.0)
- Newtonsoft.Json (>= 9.0.1)
- System.Data.Common (>= 4.1.0)
- System.Drawing.Common (>= 4.5.0-preview2-26406-04)
- System.Net.Requests (>= 4.0.11)
- System.Runtime.Serialization.Formatters (>= 4.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Captcha:
Package | Downloads |
---|---|
EasyCaptchaMvc
EasyCaptcha library for Mvc |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.4.2 | 455,433 | 7/22/2019 |
4.4.1 | 14,709 | 4/8/2019 |
4.4.0 | 20,148 | 11/6/2018 |
4.3.3 | 15,974 | 10/23/2018 |
4.3.2 | 43,815 | 5/27/2018 |
4.3.1 | 9,704 | 5/14/2018 |
4.3.0 | 11,496 | 2/15/2018 |
4.2.0 | 94,823 | 4/29/2017 |
4.1.0 | 83,869 | 7/25/2016 |
4.0.1 | 33,454 | 3/9/2016 |
3.0.18 | 21,364 | 12/9/2015 |
3.0.17 | 8,309 | 10/22/2015 |
3.0.16 | 255,363 | 6/5/2014 |
3.0.15.1 | 5,131 | 4/24/2014 |
3.0.15 | 4,088 | 4/22/2014 |
3.0.14.10 | 12,190 | 2/17/2014 |
3.0.14.9 | 4,338 | 12/11/2013 |
3.0.14.7 | 3,883 | 12/9/2013 |
3.0.14.6 | 4,420 | 12/7/2013 |