Any good recommendations for running Postgres transparently as a fully encrypted database (not just on a table by table basis)?<p>Or alternatively is this a problem that's better / just as viably solved with an encrypted filesystem?
A few years back, Google worked through their attempts at encrypt MySQL from end to end; it's a damned hard problem when you consider all the bits which would need to be encrypted to protect against someone with access to the OS or hypervisor.<p>I haven't heard that they were successful.