mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
f533658728
From Tom Murphy with improvements from sthen@ and me. OK sthen@
9 lines
231 B
Plaintext
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
|