• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Ranch Hand
Posts: 1021
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic