https://github.com/cybershadow/dcaptcha
CAPTCHA for D programming websites
https://github.com/cybershadow/dcaptcha
Last synced: 2 months ago
JSON representation
CAPTCHA for D programming websites
- Host: GitHub
- URL: https://github.com/cybershadow/dcaptcha
- Owner: CyberShadow
- Created: 2014-08-12T20:07:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T07:35:41.000Z (over 2 years ago)
- Last Synced: 2025-03-16T22:52:48.668Z (12 months ago)
- Language: D
- Homepage:
- Size: 73.2 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DCaptcha
========
This is a CAPTCHA implementation designed to let D programmers in and keep spammers out.
It is currently being used on:
- [forum.dlang.org](https://forum.dlang.org/)
- [wiki.dlang.org](https://wiki.dlang.org/)
Features:
- Dynamic, randomly-generated, un-Google-able challenges and responses
- Selectable difficulty
Integrations:
- [MediaWiki](https://github.com/CyberShadow/DCaptcha-MW)