{"name": "SecureGeoPackage", "package_name": "secure_geopackage", "description": "Encrypt tables and columns inside a GeoPackage, grant access by public key with roles, and open what you are allowed to read. The file stays a valid GeoPackage.", "about": "SecureGeoPackage implements the egpkg_encryption GeoPackage extension.\nSeal whole layers or single columns of any GeoPackage; the unsealed\nlayers stay readable for everyone in any GIS. Access is granted to\npublic identities (keys, never passwords) with roles: reader,\ncontributor, writer, admin. A signed public header shows who may do\nwhat under pseudonyms; names live encrypted. Rows of encrypted-column\ntables carry the author's and the validator's signature, so a\ncontributor's rows stay pending until a writer validates them.\nIdentities live in the QGIS Authentication Manager or the platform key\nstore and move between machines with a one-time code.\nDependencies: none beyond QGIS; all cryptography is pure Python and\nbundled. Optional: the \"cryptography\" package as an accelerator when\npresent; on macOS the system \"security\" tool and on Linux \"secret-tool\"\n(libsecret) for the OS key store, otherwise the QGIS Authentication\nManager is used.\nA private production by Captain Ahab & Cosmo, GPL-3.0-or-later (full\nattribution in the bundled LICENSE).", "homepage": "https://gitlab.com/foss4maritime/securegeopackage", "repository": "https://gitlab.com/foss4maritime/securegeopackage/-/tree/main/QGIS", "tracker": "https://gitlab.com/foss4maritime/securegeopackage/-/issues", "author": "Captain Ahab & Cosmo", "tags": ["geopackage", "encryption", "security", "gpkg", "privacy", "gdpr", "avg", "ogc"], "downloads": 30, "latest_version": "1.2.5", "versions": [{"version": "1.2.5", "experimental": true, "qgis_min": "3.22.0", "qgis_max": "4.99.0", "downloads": 30, "uploaded_by": "CaptainAhab", "upload_datetime": "2026-09-14T02:37:04.639202"}]}