summaryrefslogtreecommitdiffstats
path: root/system/sqlcipher/slack-desc
diff options
context:
space:
mode:
author Mario Preksavec <mario at slackware dot hr>2015-12-20 18:34:24 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-12-20 18:34:24 +0700
commit99335fe04a100685e6d334cf96d548025523a815 (patch)
treee6636d32b1b248ec05294deeca9b77a19a0a55be /system/sqlcipher/slack-desc
parent46691068e71f3d9df02f93c20cf384c311a61e45 (diff)
downloadslackbuilds-99335fe04a100685e6d334cf96d548025523a815.tar.gz
slackbuilds-99335fe04a100685e6d334cf96d548025523a815.tar.xz
system/sqlcipher: Added (256 bit AES encryption SQLite extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sqlcipher/slack-desc')
-rw-r--r--system/sqlcipher/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/sqlcipher/slack-desc b/system/sqlcipher/slack-desc
new file mode 100644
index 0000000000..006e4a774b
--- /dev/null
+++ b/system/sqlcipher/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+sqlcipher: sqlcipher (256 bit AES encryption SQLite extension)
+sqlcipher:
+sqlcipher: SQLCipher is an SQLite extension that provides transparent 256-bit
+sqlcipher: AES encryption of database files. Pages are encrypted before being
+sqlcipher: written to disk and are decrypted when read back. Due to the small
+sqlcipher: footprint and great performance it's ideal for protecting embedded
+sqlcipher: application databases and is well suited for mobile development.
+sqlcipher:
+sqlcipher:
+sqlcipher: Homepage: http://sqlcipher.net
+sqlcipher: