You inherited a table with usernames and passwords where the passwords where 
hashed with sha256 right? Was that a custom sha256 implementation? Was it 
salted? CakePHP salts the passwords when hashing so the salt value is very 
important for the output. sha256 hashed passwords are not the same as salted 
sha256 passwords, the hash value differs.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to