On Mon, Feb 18, 2013 at 11:21 AM, Jeffrey Walton <noloa...@gmail.com> wrote:

> Hi All,
>
> Can anyone verify that VACCUUM and WAL uses encryption codecs if available?
>
> I think I found answers for other components such as rollback
> journals, but I'm not clear on the two items above.
>

Yes.  VACUUM and WAL work the same.

With the SQLite Encryption Extension (
http://www.hwaci.com/sw/sqlite/see.html) everything works as with ordinary
SQLite, include VACUUM, WAL, ROLLBACK, and ATTACH.  The only difference is
that your database file might be slightly larger (about 0.1% larger) due to
space used to hold encryption nounces, and the database file will look like
white noise to anybody without SEE and knowledge of the encryption key.


>
> Jeff
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to