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:Backports:SLE-15-SP4:FactoryCandidates/sqlcipher && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
sqlcipher-3.4.0.tar.gz | 0013600901 13 MB | |
sqlcipher.changes | 0000001681 1.64 KB | |
sqlcipher.spec | 0000004490 4.38 KB |
Revision 2 (latest revision is 20)
Dominique Leuenberger (dimstar_suse)
accepted
request 390586
from
Martin Pluskal (pluskalm)
(revision 2)
- Use pretty name for tarball - update to 3.4.0 - Added `PRAGMA cipher_provider_version` - Merged upstream SQLite 3.11.0 - Deprecated `PRAGMA cipher` command
Comments 0