Re: PGSQL encryption functions

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

I'll check it out. Thanks, Josh

On Tuesday 01 November 2005 02:49 pm, Josh Berkus wrote:
> 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?

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Lane Van Ingen 2005-11-01 21:38:12 Can't Get SETOF Function to Work
Previous Message Bruno Wolff III 2005-11-01 21:28:44 Re: PGSQL encryption functions