SQLCipher
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.
- Developed at server:database
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/sqlcipher && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
sqlcipher-3.4.2.tar.gz | 0014743960 14.1 MB | |
sqlcipher.changes | 0000002774 2.71 KB | |
sqlcipher.spec | 0000004589 4.48 KB |
Revision 4 (latest revision is 20)
Dominique Leuenberger (dimstar_suse)
accepted
request 598025
from
Martin Pluskal (pluskalm)
(revision 4)
- Cleanup with spec-cleaner - Rename tcl binding package - Adjust dependencies of tcl bindings - update to 3.4.2 - Merge upstream SQLite 3.20.1 - Text strings for SQLITE_ERROR and SQLITE_NOTADB changed to match upstream SQLite - Remove static modifier for codec password functions - Page alignment for mlock - Fix segfault in sqlcipher_cipher_ctx_cmp during rekey operation - Fix sqlcipher_export and cipher_migrate when tracing API in use - Validate codec page size when setting - Guard OpenSSL initialization and cleanup routines - Allow additional linker options to be passed via command line for Windows platforms
Comments 0