EnterpriseDB Adds Transparent Data Encryption
Written by Kay Ewbank   
Monday, 27 February 2023

EnterpriseDB is adding Transparent Data Encryption (TDE) to its implementation of Postgres to harden data security and mitigate risks for large enterprises.

EnterpriseDB's Postgres Pro Enterprise is a commercial fork of the open source PostgresSQL, with improvements and extensions aimed at large-scale, high-performance uses. PostgreSQL is an open source database system that was originally created at the University of California, Berkeley. It is now maintained and developed by the PostgreSQL Global Development Group, a coalition of many companies and individual contributors.

entdb

TDE is being added to EDB Standard and Enterprise plans, in a move the company says is the first to deliver TDE for Postgres and Oracle compatibility. PostgresSQL already had some methods to encrypt stored data, including pgcrypto and file system level encryption using LUKS, but these techniques have various drawbacks including slower performance.

The new TDE includes block level encryption to prevent unauthorized data access. Postgres data in tables and other objects as well as system catalog data such as the names of objects, the write-ahead logging (WAL), and temporary files are encrypted on disk and are not readable by system users.

Data encryption and decryption is managed by the database and does not require application changes or updated client drivers.

EDB Postgres Advanced Server and EDB Postgres Extended Server provide hooks to key management that's external to the database. These hooks allow for simple passphrase encrypt/decrypt or integration with enterprise key management solutions. At the moment the key management has support for Amazon AWS Key Management Service, Google Cloud Key Management Service, Microsoft Azure Key Vault, and Thales CipherTrust Manager.

Other improvements to the EDB Enterprise Plan include better Oracle compatibility, and the latest PostgreSQL 15 release including the newly added MERGE SQL command and advanced replication capabilities.

 entdb

More Information

EnterpriseDB Website

Related Articles

PostgreSQL 15 Released - What's New

PostgreSQL 15 Beta Released

PostgreSQL 14 Is Here - A Look At Its Past And Future

A Deep Dive Into PostgreSQL Indexes

PostgreSQL Is DB-Engines DBMS of the Year For 2020

Aurora Serverless PostgreSQL Generally Available

The Enduring Influence Of Postgres

PostgreSQL Plus Cloud Database

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Andrew Tanenbaum Gains ACM Award
28/06/2024

Andrew Tanenbaum has been awarded the 2023 ACM System Software Award for MINIX the operating system he created for teaching purposes and which was an important influence on Linux.



Eclipse Releases Theia IDE
27/06/2024

The Eclipse Foundation has released Theia IDE, which they say is created for developers seeking a modern, open, and flexible tool for their coding pursuits. The IDE is based on the Theia Platform, whi [ ... ]


More News

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 27 February 2023 )