G
Gav
Hi,
I am writing a windows form application (C#) which access's data from an SQL
server. The SQL server is using windows authentication only.
At the moment I have to grant the domain users access to the database for
the application to work. However, the database includes information that I
need to hide from the users, currently the application is taking care of
that. There is nothing stopping the users from accessing the database in a
different way (I.e. ODBC via excel/access project).
Obviously this isn't very secure... anybody come across this and found a
more secure way of doing this?
I was thinking along the line of the possibility of getting a windows
application to authenticate a particular domain user like you can in a web
application? then maybe I can encrypt the password and secure the data a
little better.
Any help would be great
Thanks
Gav
I am writing a windows form application (C#) which access's data from an SQL
server. The SQL server is using windows authentication only.
At the moment I have to grant the domain users access to the database for
the application to work. However, the database includes information that I
need to hide from the users, currently the application is taking care of
that. There is nothing stopping the users from accessing the database in a
different way (I.e. ODBC via excel/access project).
Obviously this isn't very secure... anybody come across this and found a
more secure way of doing this?
I was thinking along the line of the possibility of getting a windows
application to authenticate a particular domain user like you can in a web
application? then maybe I can encrypt the password and secure the data a
little better.
Any help would be great
Thanks
Gav