If you were to hash a user\'s password prior to sending it across the line and leaving it in plain-text in memory, would this improve the security of the application?
You'd be much better off if you used the Secure Remote Password protocol (SRP). It was designed for this.