Re: PGSQL encryption functions - Mailing list pgsql-sql

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


pgsql-sql by date:

Previous
From: "Mark R. Dingee"
Date:
Subject: PGSQL encryption functions
Next
From: David Durham
Date:
Subject: Re: Index lookup on > and < criteria