Security methods [OT]

2003-10-31 Thread Brian Menke
Hi Everyone, I'm doing a project for a client and they want to employ some kind of security mechanism that will allow a customer can have access to their content but not their competitors, meaning: * They have information that resides in a text based database. * A customer can search for the

Re: Security methods [OT]

2003-10-31 Thread Justin Ruthenbeck
Every security method you'll find will revolve around a user login (authentication). If the customer isn't already doing that, you'll run into problems. Once you have established trust between the system and the user, you move into the security checks (authorization). You'll need a solution