you can also use one way encryption using mysql function password(), this will encrypt the password at the table level itself!
even you cant see it.
when authenticating use
select password("password_supplied")
and compare this result to the one obtained from table.