Andreas:

Some time ago, in response to a similar question, Günter Greschenz sent to this forum a email:

hi,

i've written some sqlite-functions to crypt (blowfish) or compress (bzip) data in sqlite:

e.g.
  insert into blubs values (crypt('data','pwd'))
or
  select from xyz where decompress(data) = 'blablabla'
or
  select from xyz where data = compress('blablabla')

but you have to wait until next weekend, because i'v traveling for my company at the moment and >return on friday (i hope :-)

Some day later:

after a long time being on a business trip, i finally came home and have now the chance to upload >the sources to my webserver:

http://greschenz.dyndns.org/sqlite.html

these sources have never been in a productive system, i just implemented it for fun...

what i want to say: i never tested it really good !

To me it was a wonderful source of information and ideas, but this morning the URL was unable. May be if you recite certain magic spell, Günter can appear again...

Cheers

A.J.Millan

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

Reply via email to