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.
- Host: GitHub
- URL: https://github.com/halojoy/php-captcha-csrf
- Owner: halojoy
- License: mit
- Created: 2019-10-04T07:58:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T10:41:19.000Z (over 6 years ago)
- Last Synced: 2025-11-22T00:03:29.246Z (7 months ago)
- Topics: captcha, create, creator, csrf, generate, generator, php
- Language: PHP
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**.