An open API service indexing awesome lists of open source software.

https://github.com/trydofor/kaptcha

kaptcha - A kaptcha generation engine.
https://github.com/trydofor/kaptcha

Last synced: 5 months ago
JSON representation

kaptcha - A kaptcha generation engine.

Awesome Lists containing this project

README

          

# kaptcha - A kaptcha generation engine.

This repo is the copy of http://code.google.com/p/kaptcha/ and published to maven central
```

pro.fessional
kaptcha
2.3.3

```

for this reason and the upstream merged PR but not release to maven
```
Vulnerable versions: <= 2.3.2
Patched version: No fix
text/impl/DefaultTextCreator.java, text/impl/ChineseTextProducer.java, and text/impl/FiveLetterFirstNameTextCreator.java in kaptcha 2.3.2 use the Random (rather than SecureRandom) function for generating CAPTCHA values, which makes it easier for remote attackers to bypass intended access restrictions via a brute-force approach.
```

Please see the website for more information about this project.

http://code.google.com/p/kaptcha/

thanks!