{
  "name": "sqlcipher",
  "href": "https://vcpkg.link/ports/sqlcipher",
  "supports": "windows & !uwp",
  "published_at": "2025-07-24T06:18:55.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://www.zetetic.net/sqlcipher",
  "description": [
    "SQLCipher extends the SQLite database library to add security enhancements that make it more suitable for encrypted local data storage."
  ],
  "license": null,
  "version": {
    "type": "semver",
    "value": "4.6.1",
    "port": 3
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/545b5dc234f4015a6fb32bf6cba863bb6b41cb9c/ports/sqlcipher",
    "hash": "545b5dc234f4015a6fb32bf6cba863bb6b41cb9c"
  },
  "repository": null,
  "dependencies": [
    {
      "name": "openssl",
      "href": "https://vcpkg.link/ports/openssl",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "tcl",
      "href": "https://vcpkg.link/ports/tcl",
      "is_host": false,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "fts5",
      "default": [],
      "description": [
        "enable FTS5 functionality for sqlite3"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "geopoly",
      "default": [],
      "description": [
        "enable geopoly functionality for sqlite3"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "json1",
      "default": [],
      "description": [
        "enable JSON functionality for sqlite3"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "tool",
      "default": [],
      "description": [
        "sqlite3 executable"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}