This repository has been archived by the owner on Dec 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
nekudo/decaptcha
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
In this little project i experimented with captcha breaking. I wanted to try how captcha braeaking works and if it's possible to implement it in php. To play arrount with this files you will need the following table: CREATE TABLE IF NOT EXISTS `decaptcha_templates` ( `id` int(10) unsigned NOT NULL auto_increment, `solution` char(1) NOT NULL, `horizontalProjection` text NOT NULL, `verticalProjection` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ;
About
Experimenting with captcha breaking
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published