Hi,
In my program, I generate the Hash Value of my MDB file with a Hash Algorithm. And, when the program starts, I check this value to check any modifications.
Now, the problem is, where to store the Hash Value which is generated during program exit?
Will it be suitable to store it in a table in MDB file, or in any Text file, so that nobody can tamper this Hash value.
There is always a new solution for the same problem.
Anonymous
In my program, I generate the Hash Value of my MDB file with a Hash Algorithm. And, when the program starts, I check this value to check any modifications.
Now, the problem is, where to store the Hash Value which is generated during program exit?
Will it be suitable to store it in a table in MDB file, or in any Text file, so that nobody can tamper this Hash value.
There is always a new solution for the same problem.
Anonymous