Skip to content

With NuGet version 2.1.11 cipher=rc4 is not working any more #197

Description

@uholeschak

With NuGet Version version 2.1.10 it was possible to open a database with the connection settings:

            SqliteConnectionStringBuilder sqliteConnectionString = new SqliteConnectionStringBuilder
            {
                DataSource = "file:" + databaseFile + "?cipher=rc4",
                Mode = SqliteOpenMode.ReadOnly,
                Password = DatabaseFunctions.DatabasePassword,
            };
            SqliteConnection mDbConnection = new SqliteConnection(sqliteConnectionString.ConnectionString);
            mDbConnection.Open();

After NuGet update 2.1.11 this fails with the exception: File is not a database.
Is cipher=rc4 not supported any more or has the connection string changed?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions