Shimanta
Results
1
issues of
Shimanta
I am using the sqlite-net-cipher package to create an encrypted database as such ``` SQLiteConnectionString options = new SQLiteConnectionString( config["LocalDatabase:ConnectionString"], false, key: "test-sample-key", postKeyAction: db => { db.Execute("PRAGMA cipher_compatibility =...