SQLCipher extends the SQLite database library to add security
enhancements that make it more suitable for encrypted local data
storage like:

* on-the-fly-encryption
* tamper detection
* memory sanitization
* strong key derivation
