slackbuilds/system/sqlcipher
Mario Preksavec 99335fe04a system/sqlcipher: Added (256 bit AES encryption SQLite extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-12-20 18:34:24 +07:00
..
README system/sqlcipher: Added (256 bit AES encryption SQLite extension). 2015-12-20 18:34:24 +07:00
slack-desc system/sqlcipher: Added (256 bit AES encryption SQLite extension). 2015-12-20 18:34:24 +07:00
sqlcipher.SlackBuild system/sqlcipher: Added (256 bit AES encryption SQLite extension). 2015-12-20 18:34:24 +07:00
sqlcipher.info system/sqlcipher: Added (256 bit AES encryption SQLite extension). 2015-12-20 18:34:24 +07:00

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).