The LibreCaptcha framework, for self-hosted, privacy respecting CAPTCHAs
Go to file
Rahul Rudragoudar 8f5e514692
Minor fixes
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
2019-04-14 13:30:13 +05:30
lib Initial commit for the framework 2018-06-06 12:18:40 +05:30
project updated deps 2019-03-31 16:53:32 +05:30
src/main Merge branch 'mapId' 2019-04-07 22:36:23 +05:30
.gitignore Add method to choose a random captcha instance each time (#28) 2019-03-26 18:57:56 +05:30
.travis.yml Minor fixes 2019-04-14 13:30:13 +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 updated deps 2019-03-31 16:53:32 +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.