Privacy-friendly CAPTCHA system. Pure CSS + HTML, no JS or CDNs required. Designed with the needs of Tor onion services in mind.
Go to file
jesus_aviles 5989447a03 Update 'README.md'
Fix username XD
2023-06-08 15:53:52 -04:00
freecaptcha Delete 'freecaptcha/__pycache__/captcha.cpython-39.pyc' 2022-04-12 00:14:58 -04:00
images initial commit 2022-04-11 21:44:17 -06:00
screenshots Delete 'screenshots/.DS_Store' 2022-04-12 00:15:14 -04:00
static initial commit 2022-04-11 21:44:17 -06:00
templates initial commit 2022-04-11 21:44:17 -06:00
app.py initial commit 2022-04-11 21:44:17 -06:00
gnome.png initial commit 2022-04-11 21:44:17 -06:00
README.md Update 'README.md' 2023-06-08 15:53:52 -04:00

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