slackbuilds/system/sqlcipher
fourtysixandtwo 37eb70f4cb system/sqlcipher: Change i486 to i586 2022-06-07 02:23:53 -04:00
..
README system/sqlcipher: Wrap README at 72 columns. 2022-03-17 12:38:12 -04:00
slack-desc
sqlcipher.SlackBuild system/sqlcipher: Change i486 to i586 2022-06-07 02:23:53 -04:00
sqlcipher.info

README

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.