ports/databases/sqlcipher/pkg/DESCR

9 lines
231 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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