SQL-only password data type and operators using pgcrypto Blowfish hashes, with trigger-based encryption before storage.
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | pg_datatype_password |
|---|---|
| Version | 0.0.1 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | SQL only |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | public |
| Stars | 6 |
| Latest commit | 2016-12-25 |
| Latest release | 2016-12-21 |
| Catalogue updated | 2026-08-30 |
| pgocrypto | encrypt data between Go and PG |
| shacrypt | Implements SHA256-CRYPT and SHA512-CRYPT password encryption schemes |
| cryptint | Encryption functions for int and bigint values |
| all_in_one_lib | Rust/pgrx utility extension with encryption helpers and a sample FDW wrapper. |
| pg_themis | PostgreSQL encryption and decryption functions backed by the Themis cryptographic library. |
| eql | Encrypt Query Language provides PostgreSQL types, functions, operators, and index support for searchable encrypted data. |
| rds_tde_utils | Alibaba Cloud RDS extension for batch TDE encryption and decryption of tables and indexes. |
| 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 |
| open_pg_tde | Transparent data encryption for upstream PostgreSQL using the tde_heap access method, including tables, indexes, TOAST, WAL, and temporary files. |
| ccnumber | data type representing encrypted CC numbers |
| tce | Transparent column encryption for PostgreSQL using per-role envelope keys and external key-management services. |