Transparent column encryption for PostgreSQL using per-role envelope keys and external key-management services.
pgext.cloud · Source code · Website · Documentation · License text · Control file
| Package | tce |
|---|---|
| Version | 0.10.0-dev |
| PostgreSQL versions | 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Preloaded |
| Project status | Preview |
| Requires CREATE EXTENSION | Yes |
| Requires preload | Yes |
| Trusted | No |
| Relocatable | No |
| Shared libraries | tce |
| Schema | tce |
| Stars | 4 |
| Latest commit | 2026-07-09 |
| Latest release | 2026-07-09 |
| Catalogue updated | 2026-07-30 |
| column_encrypt | Transparent column-level encryption with encrypted_text and encrypted_bytea types |
| pgcryptokey | cryptographic key management |
| open_pg_tde | Transparent data encryption for upstream PostgreSQL using the tde_heap access method, including tables, indexes, TOAST, WAL, and temporary files. |
| pg_pii_vault | PostgreSQL extension for GDPR-compliant column-level encryption using HashiCorp Vault Transit Engine. |
| rds_encdb | Alibaba Cloud RDS sensitive-column result encryption extension |
| pgsodium | Postgres extension for libsodium functions |
| pg_themis | PostgreSQL encryption and decryption functions backed by the Themis cryptographic library. |
| 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. |