in reply to updating passwords securely.

Connect how? Does the user visit your web app, submit a password change, then have you update the password on the server that's storing it? Why isn't the web app on that server? Why are you transmitting with only the password secured and not the whole transmission? More detailed information on why you're doing things this way would be helpful.

Replies are listed 'Best First'.
Re^2: updating passwords securely.
by dimishome (Beadle) on Dec 30, 2005 at 17:28 UTC
    Because of the number of servers the script has to talk with, a centralize location was the best choice. I will be using SOAP calls to return the information to the server that needs updating.