Files
tim f533658728 Import databases/sqlcipher.
From Tom Murphy with improvements from sthen@ and me.

OK sthen@
2021-03-21 12:04:26 +00:00

9 lines
231 B
Plaintext

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