Open Transparent Data Encryption for PostgreSQL.
pgext.cloud · Source code · Control file
| Package | opentde |
|---|---|
| Version | 1.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 0 |
| Latest commit | 2026-03-28 |
| Catalogue updated | 2026-08-30 |
| column_encrypt | Transparent column-level encryption with encrypted_text and encrypted_bytea types |
| pgsodium | Postgres extension for libsodium functions |
| pgcryptokey | cryptographic key management |
| cryptint | Encryption functions for int and bigint values |
| shacrypt | Implements SHA256-CRYPT and SHA512-CRYPT password encryption schemes |
| permuteseq | Pseudo-randomly permute sequences with a format-preserving encryption on elements |
| open_pg_tde | Transparent data encryption for upstream PostgreSQL using the tde_heap access method, including tables, indexes, TOAST, WAL, and temporary files. |
| tce | Transparent column encryption for PostgreSQL using per-role envelope keys and external key-management services. |