PDA

View Full Version : A secure way to check user permissions outside of the vB enviroment?


thenewuser
08-03-2007, 09:39 PM
Hey there. My staff and myself have a private, pay only forum for software tools.

ATM we are using simple AutoIt and are moving to c# soon.

Anyway, what would be a secure way for the program to check a users status.

Would it need to login to our vB database and check it like that, however how could we do that WITH OUT giving the program the login credentials.

Thanks.

Dismounted
08-04-2007, 04:43 AM
You'll have to give the program access to the database, in turn giving it the details.

thenewuser
08-21-2007, 06:49 AM
Do you think vb.net is secure enough to do this?

Dismounted
08-21-2007, 12:52 PM
It's not a matter of language, it's how you approach doing this. You could always call a script which returns permissions.