encrypted data types?
Are there any built in data type in pgsql that support encryption? I did
a quick scan of the online docs and can find anything.
I could implement this programmatically on the front end but it would be
nice it pgsql already had something that I could use.
Thanks!
Jc
See contrib/pgcrypto.
---------------------------------------------------------------------------
Jean-Christian Imbeault wrote:
Are there any built in data type in pgsql that support encryption? I did
a quick scan of the online docs and can find anything.I could implement this programmatically on the front end but it would be
nice it pgsql already had something that I could use.Thanks!
Jc
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
--
Bruce Momjian | http://candle.pha.pa.us
pgman@candle.pha.pa.us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Hello,
We are currently working on something with mcrypt.
J
Jean-Christian Imbeault wrote:
Show quoted text
Are there any built in data type in pgsql that support encryption? I
did a quick scan of the online docs and can find anything.I could implement this programmatically on the front end but it would
be nice it pgsql already had something that I could use.Thanks!
Jc
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org