Re: [sqlite] advice about opening an encrypted database

2009-03-10 Thread D. Richard Hipp
On Mar 10, 2009, at 8:31 PM, Dave Dyer wrote: > using the standard sqlite encryption option: > > If I open a database I expect to be encrypted, and call > sqlite_key to establish the expected key, how should I verify > that the database is now open for business? Ie that the key > was correct. > >

[sqlite] advice about opening an encrypted database

2009-03-10 Thread Dave Dyer
using the standard sqlite encryption option: If I open a database I expect to be encrypted, and call sqlite_key to establish the expected key, how should I verify that the database is now open for business? Ie that the key was correct. Similarly, if I open a database might or might not be encrypt