Privacy-friendly CAPTCHA system. Pure CSS + HTML, no JS or CDNs required. Designed with the needs of Tor onion services in mind.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jesusvilla af44b9debc Actualizar 'README.md' 1 year ago
freecaptcha Delete 'freecaptcha/__pycache__/captcha.cpython-39.pyc' 1 year ago
images initial commit 1 year ago
screenshots Delete 'screenshots/.DS_Store' 1 year ago
static initial commit 1 year ago
templates initial commit 1 year ago
README.md Actualizar 'README.md' 1 year ago
app.py initial commit 1 year ago
gnome.png initial commit 1 year ago

README.md

FreeCAPTCHA is a new CAPTCHA system for privacy-focused websites. No JS, minimal dependencies, all on-premise (no 3rd party APIs required).

Here's a minimalistic implementation, to show you what it looks like:

initial page

Let's try selecting an incorrect option:

wrong select

And we submit, to see what happens:

wrong result

Okay, what if select the correct image?

right select

And smash that submit button to see where it goes!

right result

Viola! Although the concept works, it's mostly just that, a proof of concept. The code needs to be modularized into a library that can be loaded into a little iframe for easy integration