Before you do to much, CakePHP 2.3 will support Bcrypt! http://book.cakephp.org/2.0/en/appendices/2-3-migration-guide.html#security
Might be worth checking out the 2.3 source. On Thu, Aug 23, 2012 at 7:17 AM, Thiago Belem <[email protected]> wrote: > I'm working on a bcrypt based authentication plugin: > https://github.com/TiuTalk/BcryptAuthenticate > > So far, i've created an Utility class that will be used to hash & check the > user password. > > I just wanted to hear from you guys if i'm on the right track or maybe > should I change something before starting to work on the components? > > My intention is to create a BcryptAuth component where you can configure the > hashing cost. > > I would love to hear from you all before goin any deep into this. > > Regards, > -- > Thiago Belem > Desenvolvedor > Rio de Janeiro - RJ - Brasil > > Assando Sites - Curso online de CakePHP > assando-sites.com.br > > thiagobelem.net > [email protected] > > Skype / gTalk » thiago.belem.web > LinkedIn » br.linkedin.com/in/thiagobelem/pt > > -- > 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]. > Visit this group at http://groups.google.com/group/cake-php?hl=en-US. > > -- Simon Males -- 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]. Visit this group at http://groups.google.com/group/cake-php?hl=en-US.
