Dealing with passwords securely
Posted
by Krt_Malta
on Stack Overflow
See other posts from Stack Overflow
or by Krt_Malta
Published on 2010-03-17T20:34:23Z
Indexed on
2010/03/18
17:51 UTC
Read the original article
Hit count: 274
Hi
I have a Java web service and a Java web client making use of this service. One of the functions is to create a new user account. My two concerns are:
- How will I send the user's password securely from the client.
- How will I store the user's password securely on the server.
How can I achieve these? I know the theory basically behind security, security algorithms etc but can anyone give me some advice on how I should go about in coding? Could anyone point me to some good (and if possible not complicated) examples to follow since I found some examples on the Internet very contorted?
Thanks a lot and regards, Krt_Malta
© Stack Overflow or respective owner