The LibreCaptcha framework, for self-hosted, privacy respecting CAPTCHAs
Go to file
sanjana 40d0fbd0f7 Add FilterCaptcha
FilterCaptcha generates a random string, creates an image of the string, and applies a series of filters to make the string hard to read.
2018-01-06 10:10:43 +05:30
project Initial skeleton for the framework. 2018-01-03 09:12:43 +05:30
src/main/scala Add FilterCaptcha 2018-01-06 10:10:43 +05:30
.gitignore Initial commit 2018-01-02 10:57:01 +05:30
LICENSE Initial commit 2018-01-02 10:57:01 +05:30
README.md Initial commit 2018-01-02 10:57:01 +05:30
build.sbt Initial skeleton for the framework. 2018-01-03 09:12:43 +05:30

lc-core