I am currently trying to find a good documentation for encrypting an SQLite DB through a C++ program and I am struggling to find a good documentation on the net since most links seem to be broken.
I came across this: http://sqlite-crypt.com/documentation.htm - which seems to be OK but I cannot figure out how to use the dll's provided by system.data.sqlite as they do not have a .lib file.
So my question sums up to two things:
- Does anyone have a good documentation\example of SQLite encryption with C++?
- If the link I posted above is valid - does anyone know how to actually use it?
Thanks!