Microsoft.Data.Sqlite can support sqlcipher key options ? #21491
Labels
area-adonet-sqlite
closed-no-further-action
The issue is closed and no further action is planned.
customer-reported
i can use Microsoft.Data.Sqlite.Core 5.0.0-preview.6.20312.4
and SQLitePCLRaw.bundle_e_sqlcipher 2.0.3
to create a sqlcipher database file with custom sqlcipher key options.
but i can't open it.
I think it's because the sql query is used in SqliteConnection.Open code here
sqlcipher key options need after sqlite3_open_v2 but before other sql query.
my code like this:
maybe we can add action in SqliteConnectionStringBuilder, like
and invoke in SqliteConnection.Open.
The text was updated successfully, but these errors were encountered: