Re: PGSQL encryption functions

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Cc: "Mark R(dot) Dingee" <mark(dot)dingee(at)cox(dot)net>
Subject: Re: PGSQL encryption functions
Date: 2005-11-01 19:49:04
Message-ID: 200511011149.05118.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Mark,

> I'm in need of a one-way pgsql script that will take a plain-text string
> and return an ecrypted string (preferably 32 character) . I've been
> using md5('string'), but I'm concerned it's too weak for my needs. Does
> anyone have any recommendations?

You check out pgcrypto in /contrib in the PostgreSQL source?

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message David Durham 2005-11-01 21:21:21 Re: Index lookup on > and < criteria
Previous Message Mark R. Dingee 2005-11-01 19:38:05 PGSQL encryption functions