Hi All,
I am working on a VB6 application that uses an Access 2000 database. It has become painfully obvious to me how easy it will be for my users to break the database password and open the database directly in Access and manipulate the data in the tables.
I am considering installing an encrypted version of the mdb file and having my application unencrypt and encrypt it at the start and end of the program.
I also am considering encrypting data in the tables, as we already do in the user table, but I would rather not do this because the program makes database calls all over the place in a variety of ways. (I didn't write the bulk of the program.)
Any ideas on what is a good way to secure the database?
Thanks
I am working on a VB6 application that uses an Access 2000 database. It has become painfully obvious to me how easy it will be for my users to break the database password and open the database directly in Access and manipulate the data in the tables.
I am considering installing an encrypted version of the mdb file and having my application unencrypt and encrypt it at the start and end of the program.
I also am considering encrypting data in the tables, as we already do in the user table, but I would rather not do this because the program makes database calls all over the place in a variety of ways. (I didn't write the bulk of the program.)
Any ideas on what is a good way to secure the database?
Thanks