Re: [sqlite] Q. about core SQLite library

2010-01-14 Thread Max Vlasov
> > All you really need to do is splice your code between the VFS that > the SQLite engine sees and the native VFS layer that comes with the > distribution, adding a bit of extra code to xRead() and xWrite() to > munge the data. > I implemented this approach once, it worked, VFS also so flexib

Re: [sqlite] Q. about core SQLite library

2010-01-13 Thread Jay A. Kreibich
On Wed, Jan 13, 2010 at 04:07:19PM -0800, Roger Binns scratched on the wall: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Jay A. Kreibich wrote: > > All you really need to do is splice your code between the VFS that > > the SQLite engine sees and the native VFS layer that comes with t

Re: [sqlite] Q. about core SQLite library

2010-01-13 Thread Simon Slavin
On 14 Jan 2010, at 12:07am, Roger Binns wrote: > It is however a really bad idea > to write your own encryption scheme. [snip] > > History is littered with experts (no less) who designed schemes that later > turned out to be no good. Some examples are SSL version 1, SSL version 2 > and WEP. Y

Re: [sqlite] Q. about core SQLite library

2010-01-13 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jay A. Kreibich wrote: > All you really need to do is splice your code between the VFS that > the SQLite engine sees and the native VFS layer that comes with the > distribution, adding a bit of extra code to xRead() and xWrite() to > munge the

Re: [sqlite] Q. about core SQLite library

2010-01-13 Thread Mark Spiegel
Sorry, Mr. Gold should contact DRH and ask about the encryption extension. My error. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Q. about core SQLite library

2010-01-13 Thread Mark Spiegel
> I was under the impression that is how SEE works. Hooking the SQLite > Virtual File System interface seems like a very straight forward method. > All you really need to do is splice your code between the VFS that > the SQLite engine sees and the native VFS layer that comes with the >

Re: [sqlite] Q. about core SQLite library

2010-01-13 Thread Jay A. Kreibich
On Wed, Jan 13, 2010 at 11:07:50AM -0800, Mark Spiegel scratched on the wall: > > > Jay A. Kreibich wrote: > > On Tue, Jan 12, 2010 at 02:53:55PM -0500, Ray Gold scratched on the wall: > >> > >> My name is Ray Gold with Berliner, Corcoran & Rowe, LLP in Washington, DC. > >> > >> I am writing to a

Re: [sqlite] Q. about core SQLite library

2010-01-13 Thread Mark Spiegel
Jay A. Kreibich wrote: > On Tue, Jan 12, 2010 at 02:53:55PM -0500, Ray Gold scratched on the wall: > >> Hello. >> >> My name is Ray Gold with Berliner, Corcoran & Rowe, LLP in Washington, DC. >> >> I am writing to ask if the core SQLite library (not the proprietary >> SQLite Extensions) has a

Re: [sqlite] Q. about core SQLite library

2010-01-12 Thread Jay A. Kreibich
On Tue, Jan 12, 2010 at 02:53:55PM -0500, Ray Gold scratched on the wall: > Hello. > > My name is Ray Gold with Berliner, Corcoran & Rowe, LLP in Washington, DC. > > I am writing to ask if the core SQLite library (not the proprietary > SQLite Extensions) has any encryption/decryption capabilitie

[sqlite] Q. about core SQLite library

2010-01-12 Thread Ray Gold
Hello. My name is Ray Gold with Berliner, Corcoran & Rowe, LLP in Washington, DC. I am writing to ask if the core SQLite library (not the proprietary SQLite Extensions) has any encryption/decryption capabilities. Thanks very much for your help! Ray _