Re: Need help on pgcrypto

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: rajan <vgmonnet(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Need help on pgcrypto
Date: 2016-01-11 13:11:18
Message-ID: CAB7nPqTYivrmvu0Ry=p1FA6v0Bukv5xdSpnGguRkkxYM2Bo7Kw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jan 11, 2016 at 10:03 PM, rajan <vgmonnet(at)gmail(dot)com> wrote:
> Trying to find a documentation which will make me understand how to secure a
> password column. I want the encryption to be one way and it should not be
> decrypted.
>
> I am able to find discrete documents but nothing of them gets me there.

Er, isn't that enough?
http://www.postgresql.org/docs/devel/static/pgcrypto.html
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Krauss 2016-01-11 13:18:06 Re: looking for an array-extract-item-as-it operator
Previous Message Michael Paquier 2016-01-11 13:09:12 Re: strange CREATE INDEX tab completion cases