Introduction
ReCaptcha.Desktop is an open source library to access Google's reCAPTCHA API on all majpr windows desktop frameworks including WPF, WInUI3, UWP, WinForms. ReCaptcha.Desktop focuses on simplicity and stability, which means you can get started with just a few lines of code.
ReCaptcha.Desktop is fast and reliable. It uses Microsoft's official WebView2 library on each specific plattform and the offical Google reCAPTCHA widget/API to bring you the best performance and stability. Not only is ReCaptcha.Desktop fast but also highly customizable. You are able to change about anything - from themes to fundamental components.
How it works
Since Google does not officially support any .NET desktop framework, ReCaptcha.Desktop has to use a WebView2 to display a custom reCAPTCHA widget. But don't worry, ReCaptcha.Desktop is still fast and the user doesn't see any of the fancy actions. A window appears only when manual user input is requested by Google.
Information
- ReCaptcha.Desktop.WPF: .NET 6.0
- ReCaptcha.Desktop.WinUI: .NET 6.0
- ReCaptcha.Desktop.UWP: Target: Windows 11 (10.0; Build 22000) / Minimum: Windows 10, version 1809 (10.0; Build 17763)
- ReCaptcha.Desktop.WinForms: .NET 6.0
- ReCaptcha.Desktop.WPF.Sample: .NET 6.0
- ReCaptcha.Desktop.WinUI.Sample: .NET 6.0
- ReCaptcha.Desktop.UWP.Sample: Target: Windows 11 (10.0; Build 22000) / Minimum: Windows 10, version 1809 (10.0; Build 17763)
- ReCaptcha.Desktop.WinForms.Sample: .NET 6.0
Dependencies
- ReCaptcha.Desktop.WPF:
- Microsoft.Extensions.Logging.Abstractions, 7.0.1
- Microsoft.Web.WebView2, 1.0.1901.177
- ReCaptcha.Desktop.WinUI:
- Microsoft.Extensions.Logging.Abstractions, 7.0.1
- Microsoft.Windows.SDK.BuildTools, 10.0.22621.756
- Microsoft.WindowsAppSDK, 1.3.230724000
- ReCaptcha.Desktop.UWP:
- ReCaptcha.Desktop.WinForms:
- Microsoft.Extensions.Logging.Abstractions, 7.0.1
- Microsoft.Web.WebView2, 1.0.1901.177