Cipher configuration
This chapter describes the options how database encryption can be enabled and configured.
Depending on the programming environment different methods can be used to access the SQLite encryption extension:
- From applications via a C Interface,
- From SQL scripts via an SQL Interface, or
- On opening a database file via URI parameters
The following sections describe the available methods in detail.