Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cflems/ezcaptcha

A simple, drop-in bot prevention tool.
https://github.com/cflems/ezcaptcha

Last synced: 2 days ago
JSON representation

A simple, drop-in bot prevention tool.

Awesome Lists containing this project

README

        

# EZCaptcha
A simple, drop-in bot prevention tool.

Usage
=====
1. Edit config.php and upload the files to your site.
2. Display img/captcha.php as an image on any page you wish to secure.
3. Check `hash('sha256', $_POST['captcha'])` against `$_COOKIE['captcha']`
4. If they match, the answer is valid.