Encryption Options

From: sud <suds1434(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Encryption Options
Date: 2024-02-16 06:52:46
Message-ID: CAD=mzVULCk0x5WC+4zyGtP8O8Px4KZm-dxioGRtdfa0psbexRw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Friends,

We are newly moving to postgres database (yet to decide if it would be an
on premise one or AWS aurora postgres). However , we want to understand
what encryption / decryption techniques are available in the postgres
database.

We may have some sensitive/"personal information" (like customer name,
account number etc )stored in the database and thus we may need "data at
rest encryption", what are the options available here?

Along with that, we want to understand, any other option to store the
specific "data attribute" itself in the database by encrypting, so it won't
be visible in clear text to anybody and decrypting the same while needed
and what would be the performance overhead of those options?

Regards
Sud

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Corey 2024-02-16 16:23:44 Identity and Sequence
Previous Message veem v 2024-02-16 06:40:20 Re: How to do faster DML