CAPTCHA : Form Validation - Creation of Dynamic image in Java




(1 votes, average: 4 out of 5, rated)here is a sample application used to challenge users to be able to see if they are a bot or not. Subscription forms are always needing this kind of tools for server security. The goal is to build a picture containing text, and to compare user’s input with it.
It is very difficult to build a bot able to go throught that kind of security (very difficult doesn’t mean impossible!).


