mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
99335fe04a
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
9 lines
536 B
Text
9 lines
536 B
Text
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).
|