Initial release of pg_enquo, a queryable encryption extension for PostgreSQL - Mailing list pgsql-announce

From The Enquo Project via PostgreSQL Announce
Subject Initial release of pg_enquo, a queryable encryption extension for PostgreSQL
Date
Msg-id 166549647452.591804.3286014184384880542@wrigleys.postgresql.org
Whole thread Raw
List pgsql-announce
 

Initial release of pg_enquo, a queryable encryption extension for PostgreSQL

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 bigints and dates, 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.

 

pgsql-announce by date:

Previous
From: CloudNativePG via PostgreSQL Announce
Date:
Subject: CloudNativePG 1.17.1, 1.16.3 and 1.15.5 Released!
Next
From: PostgreSQL Code of Conduct Committee via PostgreSQL Announce
Date:
Subject: New Members of the Community Code of Conduct Committee