encryption

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Could anyone explain or point me to any information concerning details on the
type of encrption available in an Access mdb database?

e.g. Hows is the data encrypted? To what level? What algorithm?

We're planning to use an mdb accessed through java for a desktop app and our
company's security gestapo are asking awkward questions. Thanks
 
Access data encryption is at the database level. If you use the security
system access has built in then you'll be at the C2 level.

I have some code that I use to encrypt data at the line level. I scooped it
off the INET. the code takes two parameters (data to encrypt and the key to
use). It's not C2 but you ain't gonna crack it with a desktop. The same
code will decrypt the data given the right key. It works for me and I ship
a lot of text files between access applications. If you want it post back.

Blessings
 
Back
Top