Обсуждение: encrypted data types?

Поиск
Список
Период
Сортировка

encrypted data types?

От
Jean-Christian Imbeault
Дата:
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


Re: encrypted data types?

От
Bruce Momjian
Дата:
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

Re: encrypted data types?

От
"Joshua D. Drake"
Дата:
Hello,

  We are currently working on something with mcrypt.

J


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