Secure numbers

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Secure numbers

Post by user___ »

Hi guys,
I have been told of a class which is used to generated secure number with Log In form and but I forgot what was it(As far as I remember it is used by Yahoo).


Would you refresh my mind or suggest something else?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Challenge-and-response + security in layers.
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Reply

Post by user___ »

Could you tell me where to get it from.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

There's a thread in Tutorials by Maugrim(_the_reaper) that talks about challenge-and-response. Reading through the threads in security will talk about security in layers.
Post Reply