Which method do you suggest to efficiently secure your embedded database in Delphi applications?
Here are the methods I've tested:
Using Molebox Pro
- Pros - Fast, unpacking is not child's play, no additional task/coding
- Cons - Database will be read-only, same drawbacks as exe compressors
Using DISQLite3
- Pros - Overcome Molebox's read-only issue
- Cons - 50% or more performance fall on encrypting
So I'd like to know if you have used anything like this in your projects and if you satisfied with speed and encryption etc. Please share your techniques.