Initial release of pg_enquo, a queryable encryption extension for PostgreSQL

From: The Enquo Project via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: Initial release of pg_enquo, a queryable encryption extension for PostgreSQL
Date: 2022-10-11 13:54:34
Message-ID: 166549647452.591804.3286014184384880542@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The Enquo Project is extremely pleased to announce the initial release of `pg_enquo`, an open source PostgreSQL extension that enables the secure and efficient querying of encrypted data stored in a PostgreSQL table.

Strong encryption is one of the best ways of preventing data leaks. However, when encrypted, data becomes difficult to query, removing many of the benefits of storing it in a database. With `pg_enquo`, however, you can encrypt data, store it in PostgreSQL, *and* still query it. All encryption and decryption happens in the client application, meaning that an attacker with access to the database server or its contents can never decrypt the data.

This initial release provides support for querying and sorting encrypted `bigint`s and `date`s, as well as equality queries for UTF-8 strings. Future releases aim to support more data types and more query operators.

To get started, and to learn more, visit [https://enquo.org/pg_enquo](https://enquo.org/pg_enquo).

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Code of Conduct Committee via PostgreSQL Announce 2022-10-11 18:26:17 New Members of the Community Code of Conduct Committee
Previous Message CloudNativePG via PostgreSQL Announce 2022-10-10 14:47:58 CloudNativePG 1.17.1, 1.16.3 and 1.15.5 Released!