Re: PGSQL encryption functions - Mailing list pgsql-sql

From Mark R. Dingee
Subject Re: PGSQL encryption functions
Date
Msg-id 200511011630.52140.mark.dingee@cox.net
Whole thread Raw
In response to Re: PGSQL encryption functions  (Josh Berkus <josh@agliodbs.com>)
List 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?




pgsql-sql by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: PGSQL encryption functions
Next
From: "Lane Van Ingen"
Date:
Subject: Can't Get SETOF Function to Work