=?ISO-8859-1?Q?Lu=EDs_Santos?= <[EMAIL PROTECTED]> wrote:
> 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?
> 

You could purchase a license for the SQLite Encryption Extension
(http://www.hwaci.com/sw/sqlite/prosupport.html#crypto).  This
will get you working, trouble-free code that is up-to-date with 
the latest SQLite changes.  In addition, your purchase will help 
support ongoing development and maintenance of the SQLite 
project.  :-)

--
D. Richard Hipp <[EMAIL PROTECTED]>



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to