Re: field md5 - Mailing list pgsql-php

From Christopher Kings-Lynne
Subject Re: field md5
Date
Msg-id 409F96D8.30906@familyhealth.com.au
Whole thread Raw
In response to field md5  (Joe Nilson Zegarra Galvez <nzegarra@kolareal.net>)
Responses Re: field md5
List 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


pgsql-php by date:

Previous
From: Joe Nilson Zegarra Galvez
Date:
Subject: field md5
Next
From: Benjamin Schulz
Date:
Subject: Re: field md5