Description
Adds transparent database-file encryption to SQLite using SQLCipher, allowing applications to store SQLite data encrypted at rest. Developers use it when local databases may contain private or sensitive information.
Encryption only helps when keys are protected and backups are handled correctly. Losing the key can make data unrecoverable, while storing it beside the database can defeat the protection.