• 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

free code for secuity or pattern recognition

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I need some free code, JSP, Servlet, or applet to simulate part of a "security" problem such as:
* an easy to use sign on validation routine
* an easy to use encryption package
I've search around - and I'm looking for examples I can easily download, compile, and run.
Also, any rules engine in JAVA that is easy to install may be good.
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For validation (authorisation and authentiation), this is usually built into the J2EE complient server.
It is better to manage security via configuration rather than programatically since you don't have to write the same code into every page and there is no danger of getting wrong once and leaving a security hole in your site.
 
reply
    Bookmark Topic Watch Topic
  • New Topic