Re: Challenge-Response Secure Logins Tutorial

2006-08-31 Thread [EMAIL PROTECTED]

This is great, i only recently showed this
(http://forums.devnetwork.net/viewtopic.php?t=38810) to crazylegs (this
tutorial isn't written for cake, but for php in general), cause i
thought it would be something he might want to implement in othauth.

it's a really neat system, i really recommend people to read about it :)


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Challenge-Response Secure Logins Tutorial

2006-08-30 Thread Happyscotsman

Hi! I have posted another tutorial on my site, this one for creating a
secure login system using a challenge-response mechanism. Basically,
this setup ensures that a user's password is not sent across the
network in plain text when logging in. Through the use of a varying
salt, you are also protected from an attacker sniffing the encrypted
password and using that to gain access. The tutorial can be found at
http://www.ifisgeek.com/tutorials/show/secure_logins_with_challengeresponse
or on the CakePHP wiki. As always, feedback is welcomed and
appreciated.

Jeff.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---