• 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

need some highlight for the solutions to implement High Security

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey,

i have a problem like,

we have got some portals[secure] which are accessed by diffent customers throughout the world, some customers are banks also, the bank has asked to provide some sort of high stringent security for those secure portals, what could be the economical way to implement the high security and that too only for the banks and not other customers.
 
Author
Posts: 159
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Vikas,

There is no silver-bullet (econonical way) to security, meaning that you need to strike a balance between "Your known risks" and "Safeguards and countermeasures" to mitigate those risks.

From a Web based application security perspective....at the least you must have "Transport level security plus "Authentication, Authorization, Auditing and Logging" features. This is a good starting point. Beyond that you may drill deeper into your other known security risks...and choose a patterns-driven secrity design at the J2EE component level.

I would recommend you to read the Free Sample Chapter posted in the book web site.

/Ramesh
reply
    Bookmark Topic Watch Topic
  • New Topic