PGSQL encryption functions

From: "Mark R(dot) Dingee" <mark(dot)dingee(at)cox(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: PGSQL encryption functions
Date: 2005-11-01 19:38:05
Message-ID: 200511011438.06610.mark.dingee@cox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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?

Thanks,
Mark

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2005-11-01 19:49:04 Re: PGSQL encryption functions
Previous Message Michael Fuhr 2005-11-01 19:21:23 Re: Index lookup on > and < criteria