You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
SQLCipher is a fork of SQLite that transparently encrypts the database file.
In theory, it's a drop-in replacement with only one change: specifying a key when opening the database.
With no key, SQLCipher should behave exactly the same as SQLite.
We should see if we can accommodate both in our API, and see what performance is like.