![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Any suggestions would be greatly appreciated. Tks STeve |
#2
| |||
| |||
|
|
Thanks Ron, what does this code do? Can you tell me where i have to paste this in the dbase? |
#3
| |||
| |||
|
|
The database password is the least secure option Access ever provided, and even their most secure options were easily breakable. |
#4
| |||
| |||
|
|
Any suggestions would be greatly appreciated. |
#5
| |||
| |||
|
|
But that's no longer true from A2007 on. The encryption is quite strong now. This is MS's answer to the removal of ULS from the ACCDB format, weak as it is. It's not the encryption that's weak, but the implemen- tation (you can't really get around the fact that you either have to provide users with the password or you have to hardcode it in your front end). |
#6
| |||
| |||
|
|
"Access Developer" <accdevel (AT) gmail (DOT) com> wrote in news:919ejfF18aU1 (AT) mid (DOT) individual.net: The database password is the least secure option Access ever provided, and even their most secure options were easily breakable. But that's no longer true from A2007 on. The encryption is quite strong now. This is MS's answer to the removal of ULS from the ACCDB format, weak as it is. It's not the encryption that's weak, but the implementation (you can't really get around the fact that you either have to provide users with the password or you have to hardcode it in your front end). I created a frontend and a backend. Opened the backend and put in the |
#7
| |||
| |||
|
|
The major problem I see is that one can simply get the connectstring to get the pw to the backend. Then one could swipe the backend mdb onto a cd or whatever and open it up with its pw later on. Since there are ways of decompiling an MDE (I assume accde as well) I would think an Access app could never be secure. |
#8
| |||
| |||
|
|
Encryption, is the answer. The application encrypts nearly every piece of data that gets written to the database and decrypts the data on every read from the database. The application uses a very secure crypto class that does all of the heavy lifting. |
#9
| |||
| |||
|
|
Ron Weiner <NoOne (AT) NoWare (DOT) NutThing> wrote in news:ip5924$g2f$1 (AT) dont-email (DOT) me: Encryption, is the answer. The application encrypts nearly every piece of data that gets written to the database and decrypts the data on every read from the database. The application uses a very secure crypto class that does all of the heavy lifting. But isn't the seed value embedded in your executable somewhere? |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |