Two-way encryption

From: Patrick Simcoe <patricksimcoe49(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Two-way encryption
Date: 2014-07-01 15:42:04
Message-ID: CAMJ77RnTxXfMO3JPw7WTfLXtdvi=nLy+V9r_n0rTi8CAPtzTOA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a question regarding two-way encryption data for specific columns.

Does anyone have a technique or recommendation for two-way encryption which
somehow obfuscates the decrypt key so that it isn't easily retrievable from
the database or the application source code? We've already considered (a)
letting users hold the decrypt key and (b) obfuscating the decrypt key with
the user's own (one-way encrypted) password, but neither of these
approaches are viable for us.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kynn Jones 2014-07-01 16:13:02 Re: how to create a role with no privileges?
Previous Message Patrick Simcoe 2014-07-01 15:35:51