sqlcipher

v 4.5.6 Updated: 3 months ago

An security extesion to the embedded SQL database engine

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. SQLite3 is an SQL database engine in a C library. Programs that link the SQLite3 library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite3) that can be used to administer an SQLite3 database and which serves as an example of how to use the SQLite3 library.

https://www.zetetic.net/sqlcipher/

To install sqlcipher, paste this in macOS terminal after installing MacPorts

sudo port install sqlcipher

Add to my watchlist

Installations 8
Requested Installations 6