WebApp Sec mailing list archives
RE: Securing password between webserver & appserver.
From: "EXT-Adams, Randall E" <Randall.E.Adams () boeing com>
Date: Mon, 7 Sep 2009 09:52:01 -0400
Hello Chintan, You are right. Without changing your architecture or requirements you would have to have the client encrypt the message before sending it through an untrusted web server. If you are worried about message integrity you will have to encrypt the message with one key then create a MAC with another key. You will have to maintain two sets of public/private keys here. Maybe OpenSSO is something you would be interested in. Effectively it allows you to put a servlet filter into your web application that redirects the user to go log into a separate application server before being redirected back to your application. OpenSSO would be a lot of work -- all it really gets you is the ability to delegate authentication to a different app server. I would rather support OpenSSO (with all its complexity) than a custom applet-based crypto solution. https://opensso.dev.java.net/ Respectfully, Randall -----Original Message----- From: Chintan Oza [mailto:chintan.oza () gmail com] Sent: Monday, September 07, 2009 2:04 AM To: webappsec () securityfocus com Subject: Securing password between webserver & appserver. Dear All, We have a web application which perform user authentication on id+password basis. The architecture is like this. Browser<-HTTPS->WebServer<-->AppServer We have a requirement where password should not be available to the WebServer (even in hashed format). Only solution that I can think of is having an Applet performing PKI encryption on the password before submitting the form. Please suggest if there are any better alternatives. Thanks, Chintan
Current thread:
- Securing password between webserver & appserver. Chintan Oza (Sep 07)
- Re: Securing password between webserver & appserver. Nikhil Wagholikar (Sep 07)
- Re: Securing password between webserver & appserver. Ali, Saqib (Sep 07)
- Re: Securing password between webserver & appserver. Chintan Oza (Sep 07)
- Re: Securing password between webserver & appserver. Ali, Saqib (Sep 07)
- Re: Securing password between webserver & appserver. Chintan Oza (Sep 07)
- Re: Securing password between webserver & appserver. Robert Hajime Lanning (Sep 07)
- RE: Securing password between webserver & appserver. EXT-Adams, Randall E (Sep 07)
- Re: Securing password between webserver & appserver. arvind doraiswamy (Sep 07)
- Re: Securing password between webserver & appserver. Chintan Oza (Sep 07)
- Re: Securing password between webserver & appserver. arvind doraiswamy (Sep 08)
- Re: Securing password between webserver & appserver. Chintan Oza (Sep 07)
- RE: Securing password between webserver & appserver. Ken Schaefer (Sep 07)
- Re: Securing password between webserver & appserver. Till Elsner (Sep 08)
- Re: Securing password between webserver & appserver. bigbert007 (Sep 08)
- RE: Securing password between webserver & appserver. Calderon, Juan Carlos (GE, Corporate, consultant) (Sep 09)
- Re: Securing password between webserver & appserver. bigbert007 (Sep 08)
- <Possible follow-ups>
- RE: Securing password between webserver & appserver. Martin O'Neal (Sep 07)
- RE: Securing password between webserver & appserver. Martin O'Neal (Sep 08)
