<<
I want to create a password "system" to restrict
access to certain areas and operations even including Database
Explorer. I think I can write code to permit the administrator to
change the password at will and then use a variable for the password. The
question is: don't I have to store the current password in a table?
If so, is there a way to prevent someone from reading the contents of that
table?
>>
Yes, I have a little password management system that allows you to create any
number of "keys" with associated passwords which are stored in an encrypted
fashion. The password storage table can be publically visible, but no one can
read the passwords. I'll try to package up a copy and send it to you tomorrow.
--
Larry