I want to protect my MS access 2002 database with .NET file encryption.
I want to
- decrypt the databasefile
- query and cash the database file into memory
I'm using the encrypt/decrypt example described here. I'm wondering if this doen't create a security hole since the file gets decrypted to another file that can be easily read out.
Is there a way I can decrypt the file to memory and read it from there?