Link to home
Start Free TrialLog in
Avatar of brgdotnet
brgdotnetFlag for United States of America

asked on

Password security

Suppose I have a web form for an internet web application where the application user enters their username and password. When the submit button is pressed the password is sent to the server side code. At that point, isn't my password secure in the sense that no one can view the password in memory? Isn't the password only vulnerable on the client side (Aspx, html) ?
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,
I think there should be no problem, as the relevant password is being encrypted by Web browser as well.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial