9 lines
231 B
Text
9 lines
231 B
Text
|
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
|