On Fri, Aug 17, 2012 at 1:20 PM, John Grasmeder <[email protected]>wrote:
> I agree, I am trying to find a way of getting the System.Data.SQLite.dll > to use AES-128 in CCM mode which is the type used by Adobe AIR. > The only way to do that is to purchase an SEE license, giving you access to the SEE source code, then recompile System.Data.SQLite.dll using the SEE version of "sqlite3.c". > Currently all I can find is that it uses "Encrypted databases are fully > encrypted and support both binary and cleartext password types" from > http://system.data.sqlite.org/index.html/doc/trunk/www/features.wiki. > > I have downloaded the fossil application, cloned the repository and > opened a full source tree from sds.fossil but I am having no luck > finding anything about the encryption used on SQLite databases. :( > > > John G. > > > -----Original Message----- > > From: [email protected] [mailto:sqlite-users- > > [email protected]] On Behalf Of Richard Hipp > > Sent: Friday, August 17, 2012 12:09 PM > > To: General Discussion of SQLite Database > > Subject: Re: [sqlite] Encryption using System.Data.SQLite.dll > > > > On Fri, Aug 17, 2012 at 11:58 AM, Carlos Milon Silva > > <[email protected]>wrote: > > > > > John, > > > > > > The internal Adobe Air SQLite is built to not accept extensions, > > > > > > > Yes, but Adobe Air comes with the SQLite Encryption Extension (SEE) > > built in. There is nothing that needs to be extended with Adobe Air. > > > > > > > > > so, either the System.Data.SQLite.dll or the SQLite Encryption > > > Extension from hwaci could only be used with a an external native > > > extension application. > > > > > > > -- > > D. Richard Hipp > > [email protected] > > _______________________________________________ > > sqlite-users mailing list > > [email protected] > > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

