aboutsummaryrefslogtreecommitdiff
path: root/system/sqlcipher
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 12:52:37 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:38:12 -0400
commite68efdb625d1efadc3627e23de64e20b3303735f (patch)
tree9f07af93bbd3cf8ce25d30db4a9f38975047c0dc /system/sqlcipher
parent3ac1e87566f23b389c031e66603a50743ab734f6 (diff)
downloadslackbuilds-e68efdb625d1efadc3627e23de64e20b3303735f.tar.xz
system/sqlcipher: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/sqlcipher')
-rw-r--r--system/sqlcipher/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/system/sqlcipher/README b/system/sqlcipher/README
index efbb45c125e9..7bba917ad2ba 100644
--- a/system/sqlcipher/README
+++ b/system/sqlcipher/README
@@ -1,12 +1,12 @@
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.
+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).
+(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: