File: libsqlcipher1.lintian-overrides

package info (click to toggle)
sqlcipher 4.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 120,100 kB
  • sloc: ansic: 285,202; tcl: 19,833; javascript: 12,886; java: 8,151; sh: 4,409; yacc: 1,644; makefile: 1,578; cpp: 440; cs: 307; sql: 45
file content (16 lines) | stat: -rw-r--r-- 933 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
#
# It was also discussed on debian-security:
# http://lists.debian.org/debian-security/2012/09/msg00044.html
# http://lists.debian.org/debian-security/2012/10/msg00002.html
#
# libsqlcipher1: embedded-library usr/lib/*/libsqlcipher.so.1.0.0: sqlite