summaryrefslogtreecommitdiff
path: root/system/sqlcipher/README
diff options
context:
space:
mode:
authorMario Preksavec <mario at slackware dot hr>2015-12-20 18:34:24 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-20 18:34:24 +0700
commit99335fe04a100685e6d334cf96d548025523a815 (patch)
treee6636d32b1b248ec05294deeca9b77a19a0a55be /system/sqlcipher/README
parent46691068e71f3d9df02f93c20cf384c311a61e45 (diff)
downloadslackbuilds-99335fe04a100685e6d334cf96d548025523a815.tar.gz
system/sqlcipher: Added (256 bit AES encryption SQLite extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sqlcipher/README')
-rw-r--r--system/sqlcipher/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/sqlcipher/README b/system/sqlcipher/README
new file mode 100644
index 0000000000..53c425606c
--- /dev/null
+++ b/system/sqlcipher/README
@@ -0,0 +1,9 @@
+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).