Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Biju Thomas
  Where is Biju Thomas?
 Kochi
 India
 Biju Thomas
 To: Ken Murphy
  Where is Ken Murphy?
 Springhill
 Canada
 Ken Murphy
 Tags
Subject: RE: Password Protection
Thread ID: 160680 Message ID: 163191 # Views: 45 # Ratings: 0
Version: Visual FoxPro 9 Category: Security and Application Protection
Date: Saturday, March 08, 2008 2:24:23 PM         
   


> >
> > Sir,
> > Think about a password that -
> > 1. Not stored any where
> > 2. Changes everyday
> > 3. Changes every minute
> > Means the password can be a combination of date & time + some other condition
> > for example
> > x is the user input
> > if x= day(date) + hour(time) * 2
> > user password is correct
> > else
> > user password is wrong
> > Only the user knows about the combination which opens the program.
> > We can hard code the above into our program.
> > There is no boundary for imagination.
> > With Regards,
> > Biju Thomas
>
> You could do that, but it would not be very secure. The user knows that the password is based on the date and the user knows the algorythm (or he/she wouldn't be able to log on.) Now that user gets fired. Your password algorythm is hard coded and is therefore VERY difficult to change. You basically need to recompile if you wish to change your password algorythm. That employee who was fired decides he wants revenge so he gains access to one of the network computer logs into your app before you can recompile and he does as much damage as he can.
>
> Compare that to using Windows security. The employee is fired, SysAdmin deletes that user's account and the user cannot even log onto the network - let alone onto your app.
>
> Ken
> You shall know the truth - and the truth shall set you free. (John 8:33)
Sir,
Thats true. We can eliminate that particular User from our own database too. Thats why I said - There is no boundary for imagination.
With Regards,
Biju Thomas



COMPLETE THREAD
Password Protection Posted by KASSEM NASSER @ 2/15/2008 9:00:31 PM
RE: Password Protection Posted by Borislav Borissov @ 2/15/2008 9:05:40 PM
RE: Password Protection Posted by KASSEM NASSER @ 2/15/2008 9:14:42 PM
RE: Password Protection Posted by Borislav Borissov @ 2/15/2008 9:20:16 PM
RE: Password Protection Posted by Barbara Peisch @ 2/15/2008 9:23:51 PM
RE: Password Protection Posted by Jun Tangunan @ 2/23/2008 6:13:24 AM
RE: Password Protection Posted by Ken Murphy @ 2/15/2008 10:34:22 PM
RE: Password Protection Posted by Craig Boyd @ 2/16/2008 12:29:08 PM
RE: Password Protection Posted by Ken Murphy @ 2/16/2008 1:14:05 PM
RE: Password Protection Posted by Jim Booth @ 2/17/2008 6:41:47 AM
RE: Password Protection Posted by Ken Murphy @ 2/17/2008 12:35:03 PM
RE: Password Protection Posted by KASSEM NASSER @ 2/17/2008 5:31:45 PM
RE: Password Protection Posted by Ken Murphy @ 2/17/2008 7:11:48 PM
RE: Password Protection Posted by KASSEM NASSER @ 2/22/2008 12:24:58 AM
RE: Password Protection Posted by Joseph Agarpao @ 2/18/2008 2:39:13 AM
RE: Password Protection Posted by Ken Murphy @ 2/18/2008 11:32:30 AM
RE: Password Protection Posted by suhas hegde @ 2/18/2008 9:23:30 AM
RE: Password Protection Posted by Ken Murphy @ 2/18/2008 11:35:35 AM
RE: Password Protection Posted by suhas hegde @ 2/18/2008 5:58:48 PM
RE: Password Protection Posted by Ken Murphy @ 2/18/2008 8:38:41 PM
RE: Password Protection Posted by Ken Murphy @ 2/29/2008 2:08:54 AM
RE: Password Protection Posted by Hugo Ranea @ 2/16/2008 2:22:21 AM
RE: Password Protection Posted by suhas hegde @ 2/18/2008 9:19:47 AM
RE: Password Protection Posted by KASSEM NASSER @ 2/22/2008 12:30:43 AM
RE: Password Protection Posted by Tom Saddul @ 2/29/2008 7:21:20 PM
RE: Password Protection Posted by suhas hegde @ 3/1/2008 6:17:32 AM
RE: Password Protection Posted by Catalin Banici @ 3/4/2008 10:11:07 PM
RE: Password Protection Posted by Biju Thomas @ 3/8/2008 1:55:45 PM
RE: Password Protection Posted by Ken Murphy @ 3/8/2008 2:03:30 PM
RE: Password Protection Posted by Biju Thomas @ 3/8/2008 2:24:23 PM
RE: Password Protection Posted by Ken Murphy @ 3/9/2008 1:29:39 AM
RE: Password Protection Posted by Biju Thomas @ 3/9/2008 4:43:48 AM