basic password/encryption questions for 2007

S

salmonella

With a split database:
1) what is the downside of not encrypting the FE and only the BE?
2) when using an encrypted BE, does the whole Be become decrypted at logon,
or is it only the data flowing in and out of it. In other words, is the Be
vulnerable/decrypted if it is in use?

thanks,
 
J

John W. Vinson

With a split database:
1) what is the downside of not encrypting the FE and only the BE?

It's only an issue if you worry about someone else seeing your VBA code or
form/report structure. No data will be compromised.
2) when using an encrypted BE, does the whole Be become decrypted at logon,
or is it only the data flowing in and out of it. In other words, is the Be
vulnerable/decrypted if it is in use?

The backend does not become encrypted; the user with a valid password will be
able to read it, but nobody else will.
 
J

John W. Vinson

The backend does not become encrypted; the user with a valid password will be
able to read it, but nobody else will.
--

Sorry... the backend does not become *un*encrypted.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top