Hi,
unfortunately the "encrypt database" feature is a bit expensive for a
freeware fun project, are there other ways to prevent ppl from reading
the database?
What about using a cryptoAPI (for example the microsoft one), and do
some symetric encryption in the program before storing the data in the
database. The problem: you have to compile the key into your program -
not that optimal too, but better than nothing I think.

Any other possibilities? Or maybe other database-projects like sqlite,
which could be used for a program?

David



Reply via email to