Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to store password information in a database, but you want to make sure the passwords aren’t clearly visible.
Instead of storing a plain text password, store a salted hash of the password in the database as a binary field. This password hash is still suitable for authentication, but much more difficult for an attacker to reverse engineer.