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

https://github.com/halojoy/php-captcha-csrf

Easy Captcha and CSRF generation. Will give protection for your form input.
https://github.com/halojoy/php-captcha-csrf

captcha create creator csrf generate generator php

Last synced: 20 days ago
JSON representation

Easy Captcha and CSRF generation. Will give protection for your form input.

Awesome Lists containing this project

README

          

### PHP-Captcha-CSRF
Easy Captcha and CSRF generation. Will give protection for your form input.

See the **example.php** for details.

### The CSRF Protection
Check is for the code.

Also is a time limit of 5 minutes.

And a check for REMOTE_ADDR, the submitting IP.

### The CAPTCHA
Has many settings to modify the captcha image.

See the **inc/captcha_img.php**.