SQLitePCL.raw icon indicating copy to clipboard operation
SQLitePCL.raw copied to clipboard

Test cases which use encryption features with sqlite3mc

Open ericsink opened this issue 2 years ago • 2 comments

In tests/tests_xunit.cs, there are a couple of tests which use encryption with sqlcipher. We need to copy these tests and adapt for sqlite3mc.

ericsink avatar Nov 09 '23 20:11 ericsink

In tests/tests_xunit.cs, there are a couple of tests which use encryption with sqlcipher. We need to copy these tests and adapt for sqlite3mc.

PR https://github.com/ericsink/SQLitePCL.raw/pull/567 adjusts the existing encryption tests to work with sqlite3mc, and adds 2 tests for sqlite3mc checking access to SQLCipher encrypted database files.

utelle avatar Nov 10 '23 09:11 utelle

I'm leaving this open until I figure out how to deal with those db file dependencies. Those are ifdef-ed out for now, but the others are merged in.

ericsink avatar Nov 10 '23 16:11 ericsink