Re: crypt(table.field) ?

From: will trillich <will(at)serensoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: crypt(table.field) ?
Date: 2001-04-26 19:01:46
Message-ID: 20010426140145.A15994@serensoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Thu, Apr 26, 2001 at 05:20:53PM +0200, Peter Eisentraut wrote:
> will trillich writes:
>
> > i know "password" can be used in creating/altering user
> > information (as used via GRANT and REVOKE) but is there any
> > facility within postgres to CRYPT() a value?
>
> See contrib/pgcrypto for hashing functions.

I've got 7.0.3potato on my debian system, and i've also done

apt-get install postgresql-contrib

which looks like it's got lots of meat to it, but

dpkg -L postgresql-contrib | grep crypt

shows nada.

Care to explain -- in terms a Debian newbie might grok --
what "contrib/pgcrypto" means?

--
don't visit this page. it's bad for you. take my expert word for it.
http://www.salon.com/people/col/pagl/2001/03/21/spring/index1.html

will(at)serensoft(dot)com
http://sourceforge.net/projects/newbiedoc -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joel Burton 2001-04-26 19:18:29 Re: random rows
Previous Message Joel Burton 2001-04-26 18:59:54 Re: Postgres Bug (ALTER TABLE problem)

Browse pgsql-hackers by date

  From Date Subject
Next Message V. M. 2001-04-26 19:12:14 Re: Re: unanswered: Schema Issue
Previous Message Jan Wieck 2001-04-26 18:53:11 Re: Cursor support in pl/pg