The LibreCaptcha framework, for self-hosted, privacy respecting CAPTCHAs
Go to file
Rahul Rudragoudar eb8c8d272e Added validation http end point
Added Object column in h2 db
2018-12-17 16:10:10 +05:30
lib Initial commit for the framework 2018-06-06 12:18:40 +05:30
project Initial skeleton for the framework. 2018-01-03 09:12:43 +05:30
src/main Added validation http end point 2018-12-17 16:10:10 +05:30
.gitignore Added .png in gitignore 2018-12-17 13:41:37 +05:30
LICENSE Initial commit 2018-01-02 10:57:01 +05:30
README.md Add description for example Captchas in README 2018-01-07 10:04:19 +05:30
build.sbt Added Library dependencies 2018-12-17 13:34:24 +05:30

README.md

lc-core

a Captcha framework

Currently, the following example Captchas are provided by LibreCaptcha:

BlurCaptcha An image of a word is blurred before being shown to the user.

LabelCaptcha An image that has a pair of words is created. The answer to one of the words is known and to that of the other is unknown. The user is tested on the known word, and their answer to the unknown word is recorded. If a sufficient number of users agree on their answer to the unknown word, it is transferred to the list of known words.

FilterCaptcha An image of a random string of alphabets is created. Then a series of image filters that add effecs such as Smear, Diffuse, and Ripple are applied to the image to make it less readable.