
Password Encryption: Rationale and Java Example
A user has reported that the URL we had indexed no longer works properly.
This link is offline until a volunteer finds a new, valid URL for the work and updates our site.
Shvarts, James
evolt
2005
Abstract:
Most of the web sites today have some sort of a registration module where a user is asked to choose a username/password combination. This data gets stored in the database. You might wonder if the password you provide will be kept well-protected (read encrypted). In case you are the person designing such backend registration component, why not give your users peace of mind by encrypting their passwords?