G
Guest
Hi All
Bit of a newbie at this stuff but was wonering if anyone could offer me some
advice on a vb application and securing data.
I have a fairly basic vb 2005 application that connects to a sql 2005
database (Think of it as a journal). Some of the entries in this application
contain sensitive data that needs to be kept secure. What I am wondering is
the best method of doing this?
Should I encrypt the data in the application and store the encrypted text in
the database for the secure entries and then decrypt it on retrieval or
should I rely upon the security of the SQL server?
What do I need to consider in relation to :-
1. someone reverse engineering the application
2. intercepting the network traffic between the application and the sql
server
3. others having access to the sql server
4. anything else I might not have considered.
I appreciate any assistance or advice anyone might have to offer.
Regards
ILR
Bit of a newbie at this stuff but was wonering if anyone could offer me some
advice on a vb application and securing data.
I have a fairly basic vb 2005 application that connects to a sql 2005
database (Think of it as a journal). Some of the entries in this application
contain sensitive data that needs to be kept secure. What I am wondering is
the best method of doing this?
Should I encrypt the data in the application and store the encrypted text in
the database for the secure entries and then decrypt it on retrieval or
should I rely upon the security of the SQL server?
What do I need to consider in relation to :-
1. someone reverse engineering the application
2. intercepting the network traffic between the application and the sql
server
3. others having access to the sql server
4. anything else I might not have considered.
I appreciate any assistance or advice anyone might have to offer.
Regards
ILR