Re: [GENERAL] Data Encryption in PostgreSQL, and a Tutorial.

2004-05-12 Thread Dias Bantekas
[EMAIL PROTECTED] wrote: Dias Bantekas wrote: does any one know how to get an md5()-like hash function using pgcrypto for postgresql 7.3 ? without upgrading to 7.4 Thanks for any input. SELECT encode(digest(v_password, 'md5'), 'hex'); BTW, /usr/share/pgsql/contrib/pgcrypto.sql is the script

Re: [GENERAL] Data Encryption in PostgreSQL, and a Tutorial.

2004-05-11 Thread Dias Bantekas
does any one know how to get an md5()-like hash function using pgcrypto for postgresql 7.3 ? without upgrading to 7.4 Thanks for any input. Dias scott.marlowe wrote: On Sun, 11 Apr 2004, Jerry McBride wrote: T. Relyea wrote: Mike Cox wrote: Has anyone created something like that for