Best use password

what is the best use and save to use password on a web app.

Examples:

UserPass=“test”
or
UserPass=xVal

password

You can probably save usernames, but passwords should be hashed with SHA1 at the very least.

This is a good read on storing passwords.
http://thezaz.com/blog/2013/12/storing_passwords_securely_wit.html