DEV Community

Cover image for Simple Captcha in Java
Abdallah Mahmoud
Abdallah Mahmoud

Posted on

Simple Captcha in Java

SimpleCaptcha is a simple Java library which can be used to develop random "captcha" generation for verification and validation purposes. Captcha is combination of background , text and line(noise) like below:
Alt Text

I used to this application simple core java coding thru [MAVEN]. This is standalone application, but in my next post I will share SimpleCaptcha by using Spring Boot . To read more about SimpleCaptcha java library go through this http://simplecaptcha.sourceforge.net/

In my git [https://github.com/abdamah/simpleCaptchaApp] you can download and trace out my code, it simple and clean code. Here you will get complete code including jars/dependencies needed to develop the application. And also it is my pleasure to your feedback

Top comments (0)