halojoy / PHP-Captcha-CSRF

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:PHP 96.9%Language:Hack 3.1%