Re: PGSQL encryption functions

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: "Mark R(dot) Dingee" <mark(dot)dingee(at)cox(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: PGSQL encryption functions
Date: 2005-11-01 21:28:44
Message-ID: 20051101212844.GA24861@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, Nov 01, 2005 at 14:38:05 -0500,
"Mark R. Dingee" <mark(dot)dingee(at)cox(dot)net> wrote:
> Everyone,
>
> 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?

What are your needs?

In response to

Responses

Browse pgsql-sql by date

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