Hi, people
We have managed to add a simple obfuscation layer to SQLite on windows
platform; this has been working since version 3.0.8, but We've found a
problem on the last versions.
We've introduces a simple stream criptography layer on two functions on
/os_win.c/ (winRead and winWrite).
The problem is: everytime a database crashes and has to be restored, we
loose it. That happens also when an error is thrown within a trigger.
We haven't followed so closely the last changes on SQLite
infrastructure, so I need ask for your help into it.
Is there something else I need to do now to implement my layer, what
changed in the journal?
Thanks in advance.
--
Jason Santos