Re: field md5

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Joe Nilson Zegarra Galvez <nzegarra(at)kolareal(dot)net>
Cc: Lista PG-PHP <pgsql-php(at)postgresql(dot)org>
Subject: Re: field md5
Date: 2004-05-10 14:51:04
Message-ID: 409F96D8.30906@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

> Hi, i'm working with a table that must have the password field crypted
> in md5 with php, i'm using a 7.3.4-RH Postgresql version, how i can set
> the type of the field?, if the password must have 12 how max length but
> is stored in md5?.

All MD5's are 32 characters in length. You need to have a field of type
VARCHAR(32) to store your encrypted password.

> And is stable the 7.4.2? o r i must wait to the RHDB next release to
> upgrade my postgres?.

7.4.2 is the latest, most stable release.

Chris

In response to

  • field md5 at 2004-05-10 14:28:38 from Joe Nilson Zegarra Galvez

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Benjamin Schulz 2004-05-10 18:37:58 Re: field md5
Previous Message Joe Nilson Zegarra Galvez 2004-05-10 14:28:38 field md5