          MODULE=sqlcipher
         VERSION=4.13.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/sqlcipher/sqlcipher/archive/v$VERSION.tar.gz
      SOURCE_VFY=sha256:7ca5c11f70e460d6537844185621d5b3d683a001e6bad223d15bdf8eff322efa
        WEB_SITE=https://github.com/sqlcipher/sqlcipher/
         ENTERED=20160218
         UPDATED=20260310
           SHORT="SQLite extension that provides encryption of database files"

cat << EOF
SQLCipher is an open source extension to SQLite 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.
Features:
  Fast performance with as little as 5-15% overhead for encryption on many
  operations.
  100% of data in the database file is encrypted.
  Good security practices (CBC mode, key derivation).
  Zero-configuration and application level cryptography.
  Algorithms provided by the peer reviewed OpenSSL crypto library.
  Configurable crypto providers.
EOF
