jar

com.octo.captcha : jcaptcha

Maven & Gradle

Nov 27, 2012
32 usages

JCaptcha · <b>JCAPTCHA</b>, for <b>J</b>ava <b>C</b>ompletely <b>A</b>utomated <b>P</b>ublic <b>T</b>est to tell <b>C</b>omputers and <b>H</b>umans <b>A</b>part <br/>The open source java framework for captcha definition and integration <br/> A captcha is a simple captcha container that contains a question, a challenge, and a response validation routine.<BR/> A captcha can only be built by a captcha factory that provides methods to build localized captchas.<br/> This jar aims to provide interfaces and implementation of generic and typed captcha and captcha factories.<BR/> It uses the word generator, types sub packages (image and sound) components (word to image, word to sound) to build typed captchas captchas.

Table Of Contents

Latest Version

Download com.octo.captcha : jcaptcha JAR file - Latest Versions:

All Versions

Download com.octo.captcha : jcaptcha JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jcaptcha-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.octo.captcha.component.image.fontgenerator

├─ com.octo.captcha.component.image.fontgenerator.AbstractFontGenerator.class - [JAR]

├─ com.octo.captcha.component.image.fontgenerator.DeformedRandomFontGenerator.class - [JAR]

├─ com.octo.captcha.component.image.fontgenerator.FontGenerator.class - [JAR]

├─ com.octo.captcha.component.image.fontgenerator.RandomFontGenerator.class - [JAR]

├─ com.octo.captcha.component.image.fontgenerator.TwistedAndShearedRandomFontGenerator.class - [JAR]

├─ com.octo.captcha.component.image.fontgenerator.TwistedRandomFontGenerator.class - [JAR]

com.octo.captcha.engine.image.fisheye

├─ com.octo.captcha.engine.image.fisheye.SimpleFishEyeEngine.class - [JAR]

com.octo.captcha.engine.image

├─ com.octo.captcha.engine.image.DefaultImageCaptchaEngine.class - [JAR]

├─ com.octo.captcha.engine.image.ImageCaptchaEngine.class - [JAR]

├─ com.octo.captcha.engine.image.ListImageCaptchaEngine.class - [JAR]

com.octo.captcha.module.config

├─ com.octo.captcha.module.config.CaptchaModuleConfig.class - [JAR]

├─ com.octo.captcha.module.config.CaptchaModuleConfigHelper.class - [JAR]

com.octo.captcha.sound.spellfind

├─ com.octo.captcha.sound.spellfind.SpellFindCaptcha.class - [JAR]

├─ com.octo.captcha.sound.spellfind.SpellFindCaptchaFactory.class - [JAR]

com.octo.captcha.engine.image.utils

├─ com.octo.captcha.engine.image.utils.ImageCaptchaToJPEG.class - [JAR]

├─ com.octo.captcha.engine.image.utils.ImageToFile.class - [JAR]

├─ com.octo.captcha.engine.image.utils.LogoGenerator.class - [JAR]

├─ com.octo.captcha.engine.image.utils.SimpleImageCaptchaToJPEG.class - [JAR]

com.octo.captcha.component.word.worddecorator

├─ com.octo.captcha.component.word.worddecorator.SpellerWordDecorator.class - [JAR]

├─ com.octo.captcha.component.word.worddecorator.WordDecorator.class - [JAR]

com.octo.captcha.engine

├─ com.octo.captcha.engine.GenericCaptchaEngine.class - [JAR]

com.octo.captcha.service.sound

├─ com.octo.captcha.service.sound.AbstractManageableSoundCaptchaService.class - [JAR]

├─ com.octo.captcha.service.sound.SoundCaptchaService.class - [JAR]

com.octo.captcha.component.word

├─ com.octo.captcha.component.word.DefaultSizeSortedWordList.class - [JAR]

├─ com.octo.captcha.component.word.DictionaryReader.class - [JAR]

├─ com.octo.captcha.component.word.FileDictionary.class - [JAR]

├─ com.octo.captcha.component.word.SizeSortedWordList.class - [JAR]

com.octo.captcha.image.gimpy

├─ com.octo.captcha.image.gimpy.Gimpy.class - [JAR]

├─ com.octo.captcha.image.gimpy.GimpyFactory.class - [JAR]

com.octo.captcha.service.multitype

├─ com.octo.captcha.service.multitype.GenericManageableCaptchaService.class - [JAR]

├─ com.octo.captcha.service.multitype.GenericManageableCaptchaServiceMBean.class - [JAR]

├─ com.octo.captcha.service.multitype.MultiTypeCaptchaService.class - [JAR]

com.octo.captcha.component.image.textpaster

├─ com.octo.captcha.component.image.textpaster.AbstractTextPaster.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.BaffleRandomTextPaster.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.ChangeableAttributedString.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.DecoratedRandomTextPaster.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.DoubleRandomTextPaster.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.DoubleTextPaster.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.LineRandomTextPaster.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.NonLinearRandomAngleTextPaster.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.NonLinearTextPaster.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.RandomTextPaster.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.SimpleTextPaster.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.TextPaster.class - [JAR]

com.octo.captcha.module.taglib

├─ com.octo.captcha.module.taglib.BaseCaptchaTag.class - [JAR]

├─ com.octo.captcha.module.taglib.MessageTag.class - [JAR]

├─ com.octo.captcha.module.taglib.QuestionTag.class - [JAR]

com.octo.captcha.component.image.color

├─ com.octo.captcha.component.image.color.ColorGenerator.class - [JAR]

├─ com.octo.captcha.component.image.color.RandomListColorGenerator.class - [JAR]

├─ com.octo.captcha.component.image.color.RandomRangeColorGenerator.class - [JAR]

├─ com.octo.captcha.component.image.color.SingleColorGenerator.class - [JAR]

com.octo.captcha.sound

├─ com.octo.captcha.sound.SoundCaptcha.class - [JAR]

├─ com.octo.captcha.sound.SoundCaptchaFactory.class - [JAR]

com.octo.captcha.module.web.image

├─ com.octo.captcha.module.web.image.ImageToJpegHelper.class - [JAR]

com.octo.captcha.service.image

├─ com.octo.captcha.service.image.AbstractManageableImageCaptchaService.class - [JAR]

├─ com.octo.captcha.service.image.DefaultManageableImageCaptchaService.class - [JAR]

├─ com.octo.captcha.service.image.ImageCaptchaService.class - [JAR]

com.octo.captcha.text

├─ com.octo.captcha.text.TextCaptcha.class - [JAR]

├─ com.octo.captcha.text.TextCaptchaFactory.class - [JAR]

com.octo.captcha.sound.speller

├─ com.octo.captcha.sound.speller.SpellerSound.class - [JAR]

├─ com.octo.captcha.sound.speller.SpellerSoundFactory.class - [JAR]

com.octo.captcha.text.math

├─ com.octo.captcha.text.math.MathCaptcha.class - [JAR]

├─ com.octo.captcha.text.math.MathCaptchaFactory.class - [JAR]

com.octo.captcha.engine.sound

├─ com.octo.captcha.engine.sound.DefaultSoundCaptchaEngine.class - [JAR]

├─ com.octo.captcha.engine.sound.ListSoundCaptchaEngine.class - [JAR]

├─ com.octo.captcha.engine.sound.SoundCaptchaEngine.class - [JAR]

com.octo.captcha.image

├─ com.octo.captcha.image.ImageCaptcha.class - [JAR]

├─ com.octo.captcha.image.ImageCaptchaFactory.class - [JAR]

com.octo.captcha.service

├─ com.octo.captcha.service.AbstractCaptchaService.class - [JAR]

├─ com.octo.captcha.service.AbstractManageableCaptchaService.class - [JAR]

├─ com.octo.captcha.service.AbstractManageableCaptchaServiceMBean.class - [JAR]

├─ com.octo.captcha.service.ManageableCaptchaService.class - [JAR]

com.octo.captcha.component.image.deformation

├─ com.octo.captcha.component.image.deformation.ImageDeformation.class - [JAR]

├─ com.octo.captcha.component.image.deformation.ImageDeformationByFilters.class - [JAR]

├─ com.octo.captcha.component.image.deformation.PuzzleImageDeformation.class - [JAR]

com.octo.captcha.component.image.textpaster.textdecorator

├─ com.octo.captcha.component.image.textpaster.textdecorator.BaffleTextDecorator.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.textdecorator.LineTextDecorator.class - [JAR]

├─ com.octo.captcha.component.image.textpaster.textdecorator.TextDecorator.class - [JAR]

com.octo.captcha.module.jmx

├─ com.octo.captcha.module.jmx.JMXRegistrationHelper.class - [JAR]

com.octo.captcha.sound.gimpy

├─ com.octo.captcha.sound.gimpy.GimpySound.class - [JAR]

├─ com.octo.captcha.sound.gimpy.GimpySoundFactory.class - [JAR]

com.octo.captcha.component.image.backgroundgenerator

├─ com.octo.captcha.component.image.backgroundgenerator.AbstractBackgroundGenerator.class - [JAR]

├─ com.octo.captcha.component.image.backgroundgenerator.BackgroundGenerator.class - [JAR]

├─ com.octo.captcha.component.image.backgroundgenerator.EllipseBackgroundGenerator.class - [JAR]

├─ com.octo.captcha.component.image.backgroundgenerator.FileReaderRandomBackgroundGenerator.class - [JAR]

├─ com.octo.captcha.component.image.backgroundgenerator.FunkyBackgroundGenerator.class - [JAR]

├─ com.octo.captcha.component.image.backgroundgenerator.GradientBackgroundGenerator.class - [JAR]

├─ com.octo.captcha.component.image.backgroundgenerator.MultipleShapeBackgroundGenerator.class - [JAR]

├─ com.octo.captcha.component.image.backgroundgenerator.UniColorBackgroundGenerator.class - [JAR]

com.octo.captcha.service.text

├─ com.octo.captcha.service.text.TextCaptchaService.class - [JAR]

com.octo.captcha.module.web.sound

├─ com.octo.captcha.module.web.sound.SoundToWavHelper.class - [JAR]

com.octo.captcha.image.fisheye

├─ com.octo.captcha.image.fisheye.FishEye.class - [JAR]

├─ com.octo.captcha.image.fisheye.FishEyeFactory.class - [JAR]

com.octo.captcha.component.image.utils

├─ com.octo.captcha.component.image.utils.ToolkitFactory.class - [JAR]

com.octo.captcha.engine.image.gimpy

├─ com.octo.captcha.engine.image.gimpy.BaffleListGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.BasicGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.BasicListGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.DeformedBaffleListGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.DoubleRandomListGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.FilteredBaffleListGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.FilteredDoubleRandomListGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.FilteredGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.FilteredListGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.MultipleGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.NonLinearTextGimpyEngine.class - [JAR]

├─ com.octo.captcha.engine.image.gimpy.SimpleListImageCaptchaEngine.class - [JAR]

com.octo.captcha.module

├─ com.octo.captcha.module.CaptchaModuleException.class - [JAR]

com.octo.captcha.service.captchastore

├─ com.octo.captcha.service.captchastore.CaptchaAndLocale.class - [JAR]

├─ com.octo.captcha.service.captchastore.FastHashMapCaptchaStore.class - [JAR]

├─ com.octo.captcha.service.captchastore.MapCaptchaStore.class - [JAR]

com.octo.captcha.component.sound.wordtosound

├─ com.octo.captcha.component.sound.wordtosound.AbstractWordToSound.class - [JAR]

├─ com.octo.captcha.component.sound.wordtosound.WordToSound.class - [JAR]

com.octo.captcha.component.image.wordtoimage

├─ com.octo.captcha.component.image.wordtoimage.AbstractWordToImage.class - [JAR]

├─ com.octo.captcha.component.image.wordtoimage.ComposedWordToImage.class - [JAR]

├─ com.octo.captcha.component.image.wordtoimage.DeformedComposedWordToImage.class - [JAR]

├─ com.octo.captcha.component.image.wordtoimage.FilteredComposedWordToImage.class - [JAR]

├─ com.octo.captcha.component.image.wordtoimage.SimpleWordToImage.class - [JAR]

├─ com.octo.captcha.component.image.wordtoimage.WordToImage.class - [JAR]

com.octo.captcha.engine.sound.utils

├─ com.octo.captcha.engine.sound.utils.SoundToFile.class - [JAR]

com.octo.captcha.component.word.wordgenerator

├─ com.octo.captcha.component.word.wordgenerator.ComposeDictionaryWordGenerator.class - [JAR]

├─ com.octo.captcha.component.word.wordgenerator.DictionaryWordGenerator.class - [JAR]

├─ com.octo.captcha.component.word.wordgenerator.DummyWordGenerator.class - [JAR]

├─ com.octo.captcha.component.word.wordgenerator.RandomWordGenerator.class - [JAR]

├─ com.octo.captcha.component.word.wordgenerator.WordGenerator.class - [JAR]

com.octo.captcha

├─ com.octo.captcha.CaptchaQuestionHelper.class - [JAR]

com.octo.captcha.component.sound.soundconfigurator

├─ com.octo.captcha.component.sound.soundconfigurator.SoundConfigurator.class - [JAR]

Advertisement

Dependencies from Group

Nov 27, 2012
32 usages
May 29, 2007
9 usages
Nov 27, 2012
8 usages
Nov 27, 2012
6 usages

Discover Dependencies

May 28, 2008
53 usages
Sep 25, 2012
3 usages
jms
Nov 08, 2005
6 usages
Aug 21, 2023
76 usages
8.4k stars
Aug 23, 2023
9 usages
47.5k stars
Aug 07, 2023
1.4k usages
3.5k stars
Aug 21, 2023
46 usages
467 stars
Jun 20, 2016
60 usages
61 stars