What I did is just store my hashed password on a varchar attribute. Then when a user logs in, I just retrieve the hashed password and compare it to the Text on the password field/TextBox with a simple If-else statement.