in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » Password (RSS)

Browse by Tags

  • Setting Password to existing database

    Hello, I am new to SQLite. I have created my database in SQLite using SQLite Administrator tool. I want to encrypt/decrypt my database. I have wriiten following code to set Password for database :- ConnectionString="Data Source=d:\DoctorPlus.s3db;" If _Connection Is Nothing Then _Connection...
    Posted to Bugs (Forum) by Prachi on 09-16-2009
  • Password set with System.Data.SQLite incompatible with other Applications?

    Hi, I have no problems creating a new DB with a password or changing the password afterwards using System.Data.SQLite in my application. I also can open the encrypted DB in my program with the appropriate connection string or using the function SetPassword. My only problem is, that I can't open the...
    Posted to General (Forum) by mswiege on 03-12-2009
  • A problem about password

    It's my firt post here. "System.Data.SQLite" is so cool for me.It's be esey to use the SQLite in dotNet. But,now I have a problem. I can't open a databasefile with have the password in "SQLite admin". so I think it was OK if i change the password to none. I can't connect...
    Posted to Designer (Forum) by edzjx on 10-10-2008
  • Re: Password defined by SetPassword() is not cloned

    BTW, if you want to really protect a password you should on XP and later systems have an option to hold password in protected memory only (provided by DPAPI) and pass protected byte array (by the scope SameProcess). That way it becomes much more tricky to get the password from stack.
    Posted to Bugs (Forum) by Kosenko Max on 07-03-2008
  • Re: Password defined by SetPassword() is not cloned

    Well, I'm totally agree with your approach. But in that case we need a Clone which will accept the new password. ICloneable.Clone() can't be changed, but new constructor (accepting password and old connection) would be good solution. Otherwise (and when it's not red marked in documentation...
    Posted to Bugs (Forum) by Kosenko Max on 07-03-2008
  • Password defined by SetPassword() is not cloned

    If you are Cloning connection (or using such constructor) it doesn't cloning the password which is written outside of the connection string (by SetPassword() method). And when you are cloning open connection - you don't have a time to set password on cloned connection, because it would be opened...
    Posted to Bugs (Forum) by Kosenko Max on 07-03-2008
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems