J
Joe Williams
I have some data in tables regarding system setup parameters that I would
rather the user not be able to see or manipulate.
After experimenting with ways to hide tables, i stumbled across the AES
encryption, which allows you to encrypt data in an access table.
My question is, what issues should I be aware before i try to immplement
this in my application? How secure is the encryption? It looks as if you
need a key to unencrypt or encrypt the data. If I hard code the encryption
key and make the DB an MDE, that would seem to be pretty secure, right?
Any thoughts on encryption?
Thanks
Joe
rather the user not be able to see or manipulate.
After experimenting with ways to hide tables, i stumbled across the AES
encryption, which allows you to encrypt data in an access table.
My question is, what issues should I be aware before i try to immplement
this in my application? How secure is the encryption? It looks as if you
need a key to unencrypt or encrypt the data. If I hard code the encryption
key and make the DB an MDE, that would seem to be pretty secure, right?
Any thoughts on encryption?
Thanks
Joe