PostgreSQL extension for GDPR-compliant column-level encryption using HashiCorp Vault Transit Engine.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | pg_pii_vault |
|---|---|
| Version | 0.0.0 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 6 |
| Latest commit | 2025-12-27 |
| Latest release | 2025-12-26 |
| Catalogue updated | 2026-08-30 |
| column_encrypt | Transparent column-level encryption with encrypted_text and encrypted_bytea types |
| supabase_vault | Supabase Vault Extension |
| hyperion_vault | Encrypted secrets vault for PostgreSQL with KMS envelope encryption and automatic rotation. |
| rds_encdb | Alibaba Cloud RDS sensitive-column result encryption extension |
| tce | Transparent column encryption for PostgreSQL using per-role envelope keys and external key-management services. |
| pg_themis | PostgreSQL encryption and decryption functions backed by the Themis cryptographic library. |
| open_pg_tde | Transparent data encryption for upstream PostgreSQL using the tde_heap access method, including tables, indexes, TOAST, WAL, and temporary files. |
| rds_tde_utils | Alibaba Cloud RDS extension for batch TDE encryption and decryption of tables and indexes. |
| all_in_one_lib | Rust/pgrx utility extension with encryption helpers and a sample FDW wrapper. |
| pg_datatype_password | SQL-only password data type and operators using pgcrypto Blowfish hashes, with trigger-based encryption before storage. |
| pg_enquo | PostgreSQL extension for encrypted query operations |
| eql | Encrypt Query Language provides PostgreSQL types, functions, operators, and index support for searchable encrypted data. |