MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Urgent - Binary Column Types / Hashed Passwords
Posted by: Jeromy Dean
Date: June 17, 2005 09:39AM

what would be wrong with just using a varchar for the password field then in your asp.net app do something like:

if (String.Equals(hashedEnteredPassword,hashedPasswordFromMySQL))
authenticate();

Options: ReplyQuote


Subject
Written By
Posted
Re: Urgent - Binary Column Types / Hashed Passwords
June 17, 2005 09:39AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.