[sqlite] Accessing an encyrpted Sqlite Database

2016-05-17 Thread Ryan Irwin
17, 2016 3:20 PM To: SQLite mailing list Subject: Re: [sqlite] Accessing an encyrpted Sqlite Database On 5/17/16, Ryan Irwin wrote: > > --> But it does work with System.Data.SQLite. > Would that entail a mandatory reconstruction of the System.Data.SQLite > project

[sqlite] Accessing an encyrpted Sqlite Database

2016-05-17 Thread Ryan Irwin
17, 2016 11:57 AM To: SQLite mailing list Subject: Re: [sqlite] Accessing an encyrpted Sqlite Database On 5/16/16, Ryan Irwin wrote: > > I am aware of the SEE but am lead to believe that it may be > proprietary and would not match the encryption method used by the > DotNet and

[sqlite] Accessing an encyrpted Sqlite Database

2016-05-16 Thread Ryan Irwin
Sqlite Support, If there is a particular database that was created using DotNet's System.Data.Sqlite, and that database was encrypted with a "Password" argument via the SqliteConnection string. Would it be possible to access that encrypted database by means of the native C++ language using