in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Browse by Tags

  • Fundamental encryption problems

    Provided the encryption is realized in the SQLite.Interop file crypt.c I see this problem: This realization encrypts the whole DB incl. DB header. However, SQLite initially reads DB header without decryption to find out a few settings, for example the page size. Encrypted page size provides a nonsense...
    Posted to Bugs (Forum) by Janos on 12-02-2011
  • can we implement SQLLITE Encrypted DB in Android?

    Hi, i sucessfully create SQLITE DB, now is it possibloe to access the SQLITE DB in android? Is the encryption supports for all the platforms
    Posted to How To (Forum) by Bhuvan on 11-05-2011
  • View Encrypted Data

    I have successfully encrypted database using password. I have also download SQLite2009 Pro to open encrypted database. This tools asks for password and opens database. But, it uses my password to automatically decrypt the database data. So, I cannot ensure that the database data is encrypted (as data...
    Posted to General (Forum) by chintanpshah on 01-11-2011
  • Re: Encrypting, decrypting and attaching to encrypted databases

    I have successfully encrypted database using password. I have also download SQLite2009 Pro to open encrypted database. This tools asks for password and opens database. But, it uses my password to decrypt the database. So, I cannot ensure that the database data is encrypted (as data is automatically decrypted...
    Posted to How To (Forum) by chintanpshah on 01-11-2011
  • Disk image malformed + DB encryption

    Hi, I am using your DLL to perform accesses to an encrypted SQLite DB. When I want to decrypt it, I have the following error: System.Data.SQLite.SQLiteException: The database disk image is malformed malformed database schema (persons_header) - unrecognized token: "" à System.Data.SQLite.SQLite3...
    Posted to Bugs (Forum) by aperozzo on 11-30-2010
  • Encrypted SQLite database file and binding to grid using SQLiteCommandBuilder

    Hi. First of all i want to thank you for the nice work you have done with the ADO.NET for SQLite! Keep it going! :-) Now, my question / problem: I am using .NEt, C# for windows.I am binding a table to a DataGridView in order to enable easy view & editin one component. It work all fine until the moment...
    Posted to General (Forum) by typecast on 10-18-2010
  • Re: Platform independency of encryped databases

    Hello, actually I've found some infrmation about the enryption algorythm in another forum topic, when Robert staed that it uses Microsoft Crypto API and RC4. I tried to use RC4 and my key to decrypt the file in another application, but I couldn't reach the goal. So it seems like it has some ...
    Posted to General (Forum) by cervengoc on 09-06-2010
  • Platform independency of encryped databases

    Dear developers, I would like to ask about platform independency of the encryption concept. There is a note on the front page which states that encrypted databases can be accesed only on Windows platforms. I'd like to know that for example assuming that I'm on Windows platform, can I access the...
    Posted to General (Forum) by cervengoc on 09-03-2010
  • Database encryption causing corrupted/missing data

    I am working on a system with multiple processes (independent executables written in C#) that communicate status information through a single table in a common sqlite database. The system works fine if the database is not encrypted. Each process is able to insert records into and select records from...
    Posted to Bugs (Forum) by everestp on 06-16-2010
  • Re: passwort and encryption

    If you has set a password in your database with SQLite2009 Pro, you must enter md5 value for your password in the ado.net provider e.g: You have set password = 'mypassword' for your database that created with SQLite2009 Pro Now, when you want to connected your .NET application with your database...
    Posted to General (Forum) by Duta JS on 10-11-2009
Page 1 of 2 (16 items) 1 2 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems