https://github.com/danielgatis/myfaces-captcha-generator
https://github.com/danielgatis/myfaces-captcha-generator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielgatis/myfaces-captcha-generator
- Owner: danielgatis
- Created: 2018-06-09T20:00:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T05:47:09.000Z (about 4 years ago)
- Last Synced: 2025-04-03T07:13:53.592Z (about 1 year ago)
- Language: Java
- Size: 7.63 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Myfaces Captcha Generator
Generates a bunch of captchas in a folder. Thats it!
## How the captcha looks like

## Generating captchas
I'm a nice guy, so there is an already compiled version on dist folder.
Just run this command:
```bash
$ java -jar dist/generator.jar 1000 ./captchas
```
## Building
In the root directory run this command:
```bash
$ mvn clean compile assembly:single
```