summaryrefslogtreecommitdiff
path: root/debian/libsqlcipher0.lintian-overrides
blob: 3553c128129615f0068632ec3484095a64343ea7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# lintian correctly finds a version of sqlite in the sqlcipher libs. SQLCipher
# is a customized version of SQLite3 that adds encryption support.
# Unfortunately, this cannot be implemented as a plain plugin to SQLite
# because it is not possible to make the encryption transparent without
# modifying the core of SQLite.  For example, with SQLCipher, you only need to
# know about sqlite_key()/sqlite_rekey() and the related PRAGMAS, and the rest
# of the API and SQL calls are exactly the same as SQLite.  I believe this is
# not even possible using the SQLite author's proprietary encryption plugin.
#
# Some more info on its design is available here: http://sqlcipher.net/design
libsqlcipher0: embedded-library usr/lib/*/libsqlcipher.so.0.8.6: sqlite