SlackBuildsOrg/system/sqlcipher
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
slack-desc
sqlcipher.info
sqlcipher.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00

SQLCipher is an SQLite extension that provides transparent 256-bit AES
encryption of database files. Pages are encrypted before being written to
disk and are decrypted when read back. Due to the small footprint and great
performance it's ideal for protecting embedded application databases and is
well suited for mobile development.

SQLCipher was initially developed by Stephen Lombardo at Zetetic LLC
(sjlombardo@zetetic.net) as the encrypted database layer for Strip, an iPhone
data vault and password manager (http://getstrip.com).

TCL extension (libtclsqlite3.so) can be enabled with:

  WITH_TCL=yes ./sqlcipher.SlackBuild

Note however, it will clobber the stock sqlite library.