> Has anyone created something like that for Postgresql?  It would be
> really handy to encrypt credit card numbers and other information so
> it stays secure.

Is there some reason you can't use contrib/pgcrypto?  I use it
for storing passwords in an MD5 encryption and credit card data using 
encrypt/decrypt, because I don't think it supports public/private 
key encryption.
--
Mike Nolan

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to