in reply to Effective database column level encryption?

FWIW:

pgcrypto is a module with cryptographic functions that comes with postgres (it is one of the many useful contrib/ modules).

(also interesting: (dws)Re: Encrypting Credit card numbers)

  • Comment on Re: Effective database column level encryption?

Replies are listed 'Best First'.
Re^2: Effective database column level encryption?
by maruhige (Novice) on Dec 01, 2015 at 09:10 UTC

    Thanks to everyone who responded - the credit card quandry in particular has already proven to be useful.