K
Kevin993
Guest
Greetings,
In Microsoft Access, there is a password protection method available in order to protect the database. But I want to use an encryption method such as Rijndael to encrypt/decrypt the database file itself.
In this case, user enters encryption password and if it is true, my program should decrypt the database for furthermore processes on database content. When exiting the program, the database should be encrypted again.
BUT, Where should I store the decrypted database while my program is running ?
Continue reading...
In Microsoft Access, there is a password protection method available in order to protect the database. But I want to use an encryption method such as Rijndael to encrypt/decrypt the database file itself.
In this case, user enters encryption password and if it is true, my program should decrypt the database for furthermore processes on database content. When exiting the program, the database should be encrypted again.
BUT, Where should I store the decrypted database while my program is running ?
Continue reading...