Tuesday, October 4, 2011

Re: Is there any way to mimic cakephp password hasing using java?

yes there is. Read the documentation about what the Auth-password method does.
It is hashing the field value with a hashing algorithm defined in Core.php and adds the salt value to it. Just use the same hashing method and the same salt and you should get the same result.

--
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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: