Re: [sqlite] Encrypted database

2014-12-16 Thread Ulrich Telle
Am 16.12.2014 17:44, schrieb Keith Medcalf: Most freely available encryption extensions use a hard coded encryption method. This is true for System.Data.SQLite (128 bit RSA), SQLCipher (256 bit AES), and wxSQLite3 (128 or 256 bit AES, decided at compile time) to name a few. The official

Re: [sqlite] Encrypted database

2014-12-16 Thread Keith Medcalf
>Most freely available encryption extensions use a hard coded encryption >method. This is true for System.Data.SQLite (128 bit RSA), SQLCipher >(256 bit AES), and wxSQLite3 (128 or 256 bit AES, decided at compile >time) to name a few. The official commercial SQLite Encryption Extension >(SEE)

Re: [sqlite] Encrypted database

2014-12-16 Thread Ulrich Telle
Am 16.12.2014 14:03, schrieb jus...@postgresql.org: On 2014-12-16 11:42, Harmen de Jong - CoachR Group B.V. wrote: We use Navicat for SQLite and simply replaced the sqlite.dll file with our own compiled SQLite dll version that has the proper encryption included. Maybe this will work for you too

Re: [sqlite] Encrypted database

2014-12-16 Thread justin
On 2014-12-16 11:42, Harmen de Jong - CoachR Group B.V. wrote: We use Navicat for SQLite and simply replaced the sqlite.dll file with our own compiled SQLite dll version that has the proper encryption included. Maybe this will work for you too and allows you to use a management tool that is

Re: [sqlite] Encrypted database

2014-12-16 Thread Harmen de Jong - CoachR Group B . V .
management tools too. Best regards, Harmen de Jong CoachR Group B.V. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Brown, Matthew Sent: maandag 15 december 2014 17:05 To: sqlite-users@sqlite.org Subject: Re: [sqlite] Encrypted

Re: [sqlite] Encrypted database

2014-12-15 Thread justin
On 2014-12-15 13:17, Ulrich Telle wrote: No, at least the *original* component System.Data.SQLite, available from https://system.data.sqlite.org uses its own encryption implementation based on a 128-bit RSA cipher (using the Windows Crypto API), while SQLCipher uses a 256-bit AES cipher

Re: [sqlite] Encrypted database

2014-12-15 Thread Brown, Matthew
Of the various SQLite management tools available, I have encountered only one that supports the SQLite.Net encryption: SQLite2009 Pro (http://sqlite2009pro.azurewebsites.net/). It's linked from the now obsolete CVSTrac tools page (https://www.sqlite.org/cvstrac/wiki?p=ManagementTools). It's a

Re: [sqlite] Encrypted database

2014-12-15 Thread Ulrich Telle
Am 15.12.2014 11:37, schrieb jus...@postgresql.org: On 2014-12-13 19:29, Mujtaba Ali Panjwani wrote: I have created an encrypted database using visual studio plugin of system.data.sqlite. Now whichever other database management software than VS, I try to open that database is failing. Can any

Re: [sqlite] Encrypted database

2014-12-15 Thread Mujtaba Ali Panjwani
Of jus...@postgresql.org Sent: Monday, December 15, 2014 3:37 PM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Encrypted database On 2014-12-13 19:29, Mujtaba Ali Panjwani wrote: > I have created an encrypted database using visual studio plugin of > system.data.sqlite. Now whichever

Re: [sqlite] Encrypted database

2014-12-15 Thread justin
On 2014-12-13 19:29, Mujtaba Ali Panjwani wrote: I have created an encrypted database using visual studio plugin of system.data.sqlite. Now whichever other database management software than VS, I try to open that database is failing. Can any of you please help me with issue. I suspect this is

Re: [sqlite] Encrypted database

2014-12-14 Thread Mujtaba Ali Panjwani
Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Scott Robison Sent: Sunday, December 14, 2014 4:56 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Encrypted database Apologies for the noise from the empty reply. They shouldn't

Re: [sqlite] Encrypted database

2014-12-14 Thread Scott Robison
Apologies for the noise from the empty reply. They shouldn't put "send" & "expand quote" buttons so close together. On Sun, Dec 14, 2014 at 4:40 AM, Mujtaba Ali Panjwani wrote: > Well, I have tried various applications like Navicat premium, SQlite > sorcerer, sqlite

Re: [sqlite] Encrypted database

2014-12-14 Thread Scott Robison
rs-boun...@sqlite.org [mailto: > sqlite-users-boun...@sqlite.org] On Behalf Of Kevin Benson > Sent: Sunday, December 14, 2014 8:24 AM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Encrypted database > > On Sat, Dec 13, 2014 at 9:08 PM, Igor Tandetnik <i...@

Re: [sqlite] Encrypted database

2014-12-14 Thread Mujtaba Ali Panjwani
of SQLite Database Subject: Re: [sqlite] Encrypted database On Sat, Dec 13, 2014 at 9:08 PM, Igor Tandetnik <i...@tandetnik.org> wrote: > > On 12/13/2014 2:29 PM, Mujtaba Ali Panjwani wrote: > >> I have created an encrypted database using visual studio plugin of >&

Re: [sqlite] Encrypted database

2014-12-14 Thread Mujtaba Ali Panjwani
, Mujtaba Panjwani -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Igor Tandetnik Sent: Sunday, December 14, 2014 7:09 AM To: sqlite-users@sqlite.org Subject: Re: [sqlite] Encrypted database On 12/13/2014 2:29 PM, Mujtaba Ali

Re: [sqlite] Encrypted database

2014-12-13 Thread Kevin Benson
On Sat, Dec 13, 2014 at 9:08 PM, Igor Tandetnik wrote: > > On 12/13/2014 2:29 PM, Mujtaba Ali Panjwani wrote: > >> I have created an encrypted database using visual studio plugin of >> system.data.sqlite. Now whichever other database management software than >> VS, I try to

Re: [sqlite] Encrypted database

2014-12-13 Thread Igor Tandetnik
On 12/13/2014 2:29 PM, Mujtaba Ali Panjwani wrote: I have created an encrypted database using visual studio plugin of system.data.sqlite. Now whichever other database management software than VS, I try to open that database is failing. Isn't that the whole point? You've encrypted the database