搜索资源列表
SimpleCaptcha-1.1-src.zip
- 一个为 Java/J2EE生成的最简化CAPTCHA的框架,A minimalist CAPTCHA generation framework for Java/J2EE.
Captcha-Image
- 在程序中使用了lua脚本配置进行开发,实现了生成验证码图片,图片中加入了背景干扰,字体干扰,图片干扰,图片注入斑点等干扰码,并有验证测试功能,使用vc6.0开发,后来又把工程改成了2005版本!-Used in the program configuration lua scr ipts to develop , implement verification code to generate images , pictures, added background noise , interfer
captcha
- this a captcha application-this is a captcha application
SimpleCaptcha-1.1.1-src
- 一套用于生成各种图形验证码的库(Java),-A minimalist CAPTCHA generation framework for Java/J2EE, with example implementations provided for J2EE (see sc.war) and Grails.
captcha_asp
- Code that generates an image of security where the User must retype it. It is the same as those images of chat / entries / webmail, etc. IE / -Code that generates an image of security where the User must retype it. It is the same as those image
captcha_src
- 本Project 的目的就是设计并实现一个简单的验证码识别器,以期望在这个过程中能了解并熟悉相 关的各种计算机视觉的算法和工具。-Design and Implementation of a CAPTCHA Cracker
Basic_Capt212557922008
- How to make a very basic captcha image and validate the form input to make sure the code matches. Does not use sessions of any sort. The image also just uses the built in PHP fonts so no need to load font files. I also put three random lines in the
Click_Capt206362522007
- Click Captcha Stop the form spammers Click Captcha is a randomly generated gif file that is dynamically displayed in a random area below form with 9 random color combinations and the click number is randomly displayed to the right or left making 18
CAPTCHA1
- Captcha Creator is a powerful and complete PHP Captcha scr ipt that generates Captcha Images. Easy to install on any web hosting account, it is very customizable and easy to configure. You can specify the size of the image, the color of text and back
pwntcha
- 国外验证码识别的项目,能够识别大量的验证码-Foreign verification code identifying the project, to identify a large number of verification code
captcha
- php 验证码 Link: http://www.white-hat-web-design.co.uk/articles/php-captcha.php-* This program is free software you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software
Delphi
- A simple test of captcha decoder
CAPTCHA
- 一个简单的验证码识别程序,可以识别简单的验证码-A simple verification code identification process, can identify simple verification code
ajax-fancy-captcha-php
- 顾名思义,一个支持Ajax又很炫的jQuery Captcha插件,它使用了很人性化的验证机制。-As the name suggests, a support Ajax and flashy jQuery Captcha plugin it uses a very user-friendly authentication mechanism.
captcha-code-generator
- A code snippet to generate captcha code on your webpage
anti-captcha-0.2
- This tools contains class in php that allow you to insert in you codes a valid and simple captcha protection
cool-php-captcha-0.3
- cool-php-captcha 是一个很酷的 PHP 用来生成验证码的库。 示例代码: session_start() $captcha = new SimpleCaptcha() // Change configuration... //$captcha->wordsFile = null // Disable dictionary words //$captcha->wordsFile = words/es.txt // Enable span
simple-php-captcha-master
- A Usefull Sample Captcha based on PHP. You can change font and backgound easily.
OpenSourceCaptchaSolver
- This example also generates the public and private // keys to be used in the RSA encryption. // Normally, you would generate a key pair once, // and distribute the public key to your partner. // Anything encrypted with the pub
SimpleCaptcha
- A simple captcha implementation. An example project for learners.