Twitter Feed

Xataface Maillist

Sign up to receive the Xataface news letter with weekly updates and development tips.

 

Setting a MD5 hash on a password field

Posted by noreply@blogger.com (Fong Chun Chan) on Sep 3, 2008
See Original Post
In your users table, you might want to store the user's password as a MD5 hash. When xataface is authenticating users, you make to tell them to encrypt the password they enter so that it can be properly compared to the value in the database. To do this, make a fields.ini file in your user's table delegate folder. And then enter this:<br /><br /><blockquote><br />[password]<br /> encryption=md5 <br /></blockquote><br /><br />[password] is the name of your password column field name.
Read more...
Powered by Xataface
(c) 2005-2013 All rights reserved