PostgreSQL extension for encrypted query operations
pgext.cloud · Source code · Website · Documentation · License text · Control file
| Package | pg_enquo |
|---|---|
| Version | 0.0 |
| PostgreSQL versions | 12 · 13 · 14 · 15 · 16 · 17 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Stars | 79 |
| Latest commit | 2025-10-05 |
| Catalogue updated | 2026-08-30 |
| eql | Encrypt Query Language provides PostgreSQL types, functions, operators, and index support for searchable encrypted data. |
| column_encrypt | Transparent column-level encryption with encrypted_text and encrypted_bytea types |
| pg_secret | Defines order-revealing encrypted domains, comparison operators, and a B-tree operator class. |
| ccnumber | data type representing encrypted CC numbers |
| pg_pii_vault | PostgreSQL extension for GDPR-compliant column-level encryption using HashiCorp Vault Transit Engine. |
| pg_themis | PostgreSQL encryption and decryption functions backed by the Themis cryptographic library. |
| pgspeck | Encrypt and decrypt 32-bit and 48-bit integer blocks with the Speck symmetric cipher |
| open_pg_tde | Transparent data encryption for upstream PostgreSQL using the tde_heap access method, including tables, indexes, TOAST, WAL, and temporary files. |
| pgocrypto | encrypt data between Go and PG |