2
After installing my desktop application any body can see the database on their local systems. Even if I set Password security on access database its not going to work.Encryprion may be one of the good technique of accomplishing this task ,i think...Please suggest....
1
Sounds like a question for Super User, not here.
– Timwi – 2010-08-30T07:32:49.100What do you mean by "is not going to work". Is your db readable even if you set an access password on it? – None – 2010-08-30T07:38:24.287
Access passwords can be recovered easily ...... – None – 2010-08-30T13:18:28.103
Access database passwords are not nearly as easily recovered in A2007 and A2010 as they used to be, because A2007 greatly increased the encryption level (and how it was stored). That said, database passwords are basically "security theater" not real security. If you need actual data security, you shouldn't be using a file-based datastore, but a server database engine like SQL Server or MySQL instead. – David W. Fenton – 2010-08-30T20:49:07.417
What is your goal? Keeping out the curious, controlling access to your application or actually protecting your data? – David W. Fenton – 2010-08-30T20:51:11.770
If you install SQL Server on your desktop, don't you still have access to the .mdf file? – JeffO – 2010-08-31T17:34:45.040