Re: field md5 - Mailing list pgsql-php

From Benjamin Schulz
Subject Re: field md5
Date
Msg-id 1084214278.7293.0.camel@binsanity.itx
Whole thread Raw
In response to Re: field md5  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-php
> All MD5's are 32 characters in length.  You need to have a field of type
> VARCHAR(32) to store your encrypted password.

char(32) would be the better choise i suppose

--
Benjamin Schulz

web: http://benjamin.schulz.name/
gpg: D1EBE448

Attachment

pgsql-php by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: field md5
Next
From: Paul Lynch
Date:
Subject: Re: Parsing Data, Table to Form