Hi Ryan what is a wrapper ? Does it make it less secure ? but seeing that it has salted added doesn't sound like so.
On Dec 22, 11:43 am, Ryan Schmidt <[email protected]> wrote: > On Dec 21, 2010, at 21:37, John Maxim wrote: > > > So is it Security::hash() another function to encrypt password such > > as, md5() ? > > Security::hash() is CakePHP's wrapper around md5, sha1, sha256, and maybe > other hash algorithms, with salt added. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
