This repository has been archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
yueyinqiu edited this page Jan 22, 2021
·
18 revisions
Welcome to the NCaptcha wiki!
NCaptcha, as its name indicates, is a library to check whether the user is a living person or a computer.
NCaptcha is built against .NET 5, and the support for lower versions is not considered currently.
The library NCaptcha.Interfaces
is the centre of the whole project.
There is supposed to be various implementions being published later, you can choose some of them and putting them together via the interfaces. And you can also create your own implementions as you like.
In this current repository:
NCaptcha.AnswerSavers.InMemoryGuidDictionary
NCaptcha.CaptchaFactories.Base
NCaptcha.CaptchaFactories.Image
NCaptcha.TicketFactories.InMemoryGuidDictionary
In other repositories: