aspose file tools
The moose likes Security and the fly likes Can Captcha be incorporated into a java-based web-site and used as a security measure? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Can Captcha be incorporated into a java-based web-site and used as a security measure?" Watch "Can Captcha be incorporated into a java-based web-site and used as a security measure?" New topic
Author

Can Captcha be incorporated into a java-based web-site and used as a security measure?

tangara goh
Ranch Hand

Joined: Dec 27, 2009
Posts: 125
Dear Experts,

I notice quite a number of websites are using Captcha.

Is it good to incorporate Captcha into a java-coded website or unnecessary?

If my website doesn't need user to even register to login, what is the most basic security measure I should incorporate?

YogeshS Pandit
Greenhorn

Joined: May 10, 2010
Posts: 9
I think it depends on the nature of your application. CAPTCHAs are used for authentication/authorization and that too mostly for community oriented web applications (like wikis, blogs etc). If your application allows users to contribute something (files/reviews/replies) and you want to authenticate potential users only, then you can go for CAPTCHAs. That will tell human and computer spammers apart as the name suggests. It doesn't really matter if your application is J2EE based or LAMP or .NET or whatever, you can incorporate CAPTCHAs in all of them. Hope this helps.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Can Captcha be incorporated into a java-based web-site and used as a security measure?
 
Similar Threads
Tech Word Game
captcha image
Auto submissions protection for HTML forms
captcha in login form
A more readable captcha