File: control

package info (click to toggle)
sqlcipher 4.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120,460 kB
  • sloc: ansic: 310,189; tcl: 24,097; javascript: 13,561; java: 8,138; sh: 7,586; makefile: 2,448; yacc: 1,727; cpp: 312; cs: 307; sql: 59
file content (69 lines) | stat: -rw-r--r-- 2,449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: sqlcipher
Section: devel
Priority: optional
Maintainer: Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
Build-Depends: debhelper-compat (= 13),
               libreadline-dev | libeditreadline-dev,
               libssl-dev,
               chrpath,
               pkgconf,
               tcl8.6-dev,
Homepage: https://www.zetetic.net/sqlcipher/
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/sqlcipher.git
Vcs-Browser: https://salsa.debian.org/debian/sqlcipher
Description: Encryption in the SQLite 3 database engine
 SQLCipher is a C library that implements an encryption in the SQLite 3
 database engine.  Programs that link with the SQLCipher library can have SQL
 database access without running a separate RDBMS process.  It allows one to
 have per-database or page-by-page encryption using AES-256 from OpenSSL.
 .
 SQLCipher has a small footprint and great performance so it’s ideal for
 protecting embedded application databases and is well suited for mobile
 development.
 .
  * as little as 5-15% overhead for encryption
  * 100% of data in the database file is encrypted
  * Uses good security practices (CBC mode, key derivation)
  * Zero-configuration and application level cryptography
  * Algorithms provided by the peer reviewed OpenSSL crypto library.
 .
 SQLCipher has broad platform support for with C/C++, Obj-C, QT,
 Win32/.NET/Mono, Java, Python, Ruby, Linux, Mac OS X, iPhone/iOS, Android,
 Xamarin.iOS, and Xamarin.Android.

Package: sqlcipher
Section: database
Architecture: any
Depends: libsqlcipher2 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: sqlite3-doc
Multi-Arch: foreign
Description: Command line interface for SQLCipher
 ${source:Extended-Description}
 .
 This package provides the command line interface to sqlcipher.

Package: libsqlcipher2
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: SQLCipher shared library
 ${source:Extended-Description}
 .
 This package provides the shared library files.

Package: libsqlcipher-dev
Suggests: sqlite3-doc
Section: libdevel
Architecture: any
Depends: libc6-dev, libsqlcipher2 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: SQLCipher development files
 ${source:Extended-Description}
 .
 This package contains the development files (headers, static libraries).