PostgreSQL extension for transparent column-level encryption using AES, with custom encrypted data types (encrypted_text, encrypted_bytea) and a two-tier key management model (KEK/DEK).
-
Updated
Mar 29, 2026 - PLpgSQL
PostgreSQL extension for transparent column-level encryption using AES, with custom encrypted data types (encrypted_text, encrypted_bytea) and a two-tier key management model (KEK/DEK).
Block-based encrypted file stream for .NET — each block encrypted independently with AES-256-GCM, enabling random read/write at any position without decrypting the entire file. Drop-in Stream replacement with pluggable crypto, parallel IO, and 1800+ tests.
Add a description, image, and links to the transparent-encryption topic page so that developers can more easily learn about it.
To associate your repository with the transparent-encryption topic, visit your repo's landing page and select "manage topics."