{ "name": "pg_uuid_v8", "abstract": "PostgreSQL extension for steganographic UUIDs with embedded timestamps", "description": "pg_uuid_v8 implements steganographic UUIDs that maintain UUID v4 compatibility while embedding hidden timestamps for improved indexing performance. The extension addresses the trade-off between UUID v4 (random but inefficient for indexing) and UUID v7 (efficient but exposes creation time). Features include configurable encryption modes (XOR, AES128, AES256), functional indexing support, and microsecond timestamp precision.", "version": "1.0.0", "release_status": "stable", "maintainer": "Eugene ", "license": "postgresql", "provides": { "pg_uuid_v8": { "version": "1.0.0", "abstract": "UUID v8 extension with steganographic capabilities", "file": "pg_uuid_v8--1.0.sql" } }, "tags": [ "uuid", "uuid8", "steganographic", "indexing", "performance", "privacy", "cryptography", "timestamps" ], "prereqs": { "runtime": { "requires": { "PostgreSQL": "12.0.0" }, "recommends": { "PostgreSQL": "14.0.0" } }, "build": { "requires": { "PostgreSQL": "12.0.0" } } }, "resources": { "homepage": "https://github.com/ineron/pg_uuid_v8", "bugtracker": { "web": "https://github.com/ineron/pg_uuid_v8/issues" }, "repository": { "url": "git://github.com/ineron/pg_uuid_v8.git", "web": "https://github.com/ineron/pg_uuid_v8", "type": "git" } }, "generated_by": "Eugene", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/spec/" } }