Security and Data Protection Issues

From: "Stuart Gundry" <stuart(dot)gundry(at)googlemail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Security and Data Protection Issues
Date: 2008-07-09 16:13:43
Message-ID: 45fddd790807090913r4aa61e61u6302ba0e7e965a4b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am setting up a postgres database on a standalone system with a randomized
text password. However, the db will contain very sensitive data and my boss
is worried about the possibility of someone being able to crack the db data
if they stole the machine. Can anyone point me to information about how
securely the data is stored? Or is my only option to hash all my data?

Thanks in advance.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Urbański 2008-07-09 16:47:27 Re: Security and Data Protection Issues
Previous Message Simon Riggs 2008-07-09 15:08:13 Re: Auto-explain patch