Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Experiment with SQLCipher #118

@rnewman

Description

@rnewman

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions