Language

Package: sqlcipher @ 3.4.2

Synopsis

Library providing transparent encryption of SQLite database files

Description

SQLCipher is an implementation of SQLite, extended to provide transparent 256-bit AES encryption of database files. Pages are encrypted before being written to disk and are decrypted when read back. It’s well suited for protecting embedded application databases and for mobile development.

Home page
https://www.zetetic.net/sqlcipher/
Location
gnu/packages/databases.scm (line: 3008, column: 2)
Licenses

Derivations

SystemTargetDerivationBuild status
x86_64-linux/gnu/store/2id416jaf0qx54662yb1mgcg5f5bhddx-sqlcipher-3.4.2.drv
x86_64-linuxx86_64-w64-mingw32/gnu/store/cl6j1cq1jjsaks6znyncdnf7krrbsjcs-sqlcipher-3.4.2.drv
x86_64-linuxriscv64-linux-gnu/gnu/store/jr3zivjqcgpsz5vkbak1rkd74x0krid8-sqlcipher-3.4.2.drv
x86_64-linuxpowerpc-linux-gnu/gnu/store/8lqdv6c4ikvwq8gkz9cs22d6chswl0qw-sqlcipher-3.4.2.drv
x86_64-linuxpowerpc64le-linux-gnu/gnu/store/yzj9ffbgbahh4x03pk4vy34aw4jx9ss0-sqlcipher-3.4.2.drv
x86_64-linuxmips64el-linux-gnu/gnu/store/q7d4c7rm3plmm9a53l6ma7qzafah7h97-sqlcipher-3.4.2.drv
x86_64-linuxi686-w64-mingw32/gnu/store/zr46yy1xsp3xqgifj8620yizvcxsmfgb-sqlcipher-3.4.2.drv
x86_64-linuxi586-pc-gnu/gnu/store/fdfwkbi8ya0wrnxq96izp8fkfcnri43h-sqlcipher-3.4.2.drv
x86_64-linuxarm-linux-gnueabihf/gnu/store/1fdiz04k9mbad8a3z3xa06p7kh5drc5f-sqlcipher-3.4.2.drv
x86_64-linuxaarch64-linux-gnu/gnu/store/ahbv7jd6ih910ym0fj5fxgxxb80krwf5-sqlcipher-3.4.2.drv
riscv64-linux/gnu/store/02r8dx9r96wbb9cphhf9spk963k7ndab-sqlcipher-3.4.2.drv
    powerpc-linux/gnu/store/c2gvdjfp7vh8b7fgabrq7y8fb99d17dg-sqlcipher-3.4.2.drv
      powerpc64le-linux/gnu/store/fbfsqydd1bpxpdwsfkvw6ish1n3bph9k-sqlcipher-3.4.2.drv
      mips64el-linux/gnu/store/13n22yzxcwqwh5y61xvgbrfxa73cdq0f-sqlcipher-3.4.2.drv
        i686-linux/gnu/store/iz30fprd3xh5rj40pghmmx28p6n2xinc-sqlcipher-3.4.2.drv
        i586-gnu/gnu/store/vy3jwj80xz705mnnikcrfmsr8kdcmjhh-sqlcipher-3.4.2.drv
        armhf-linux/gnu/store/yzi6zyf29h3idcvc2h19v0l5976r4qff-sqlcipher-3.4.2.drv
        aarch64-linux/gnu/store/c13789b4sllb3nqmmz08gkh3zsz9wdal-sqlcipher-3.4.2.drv

        Lint warnings

        LinterMessageLocation
        source-unstable-tarball

        Check for autogenerated tarballs

        the source URI should not be an autogenerated tarball
        input-labels

        Identify input labels that do not match package names

        label 'libcrypto' does not match package name 'openssl'
        input-labels

        Identify input labels that do not match package names

        label 'libtcl8.6' does not match package name 'tcl'
        optional-tests

        Make sure tests are only run when requested

        the 'check' phase should respect #:tests?