Re: Data Encryption in PostgreSQL, and a Tutorial.
Michal Hlavac <hlavki@medium13.sk>
From: Michal Hlavac <hlavki@medium13.sk>
To: pgsql-general@postgresql.org
Date: 2004-04-13T09:38:07Z
Lists: pgsql-general
I think, that all is about key management. You can store your data with strong RSA encryption. On server you will have only public key and on client PC private key. it's not so easy to use, but it's more secure than symmetrical cipher. miso