Re: field md5

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: field md5
Дата
Msg-id 409F96D8.30906@familyhealth.com.au
обсуждение исходный текст
Ответ на field md5  (Joe Nilson Zegarra Galvez <nzegarra@kolareal.net>)
Ответы Re: field md5  (Benjamin Schulz <benjamin@schulz.name>)
Список 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 по дате отправления:

Предыдущее
От: Joe Nilson Zegarra Galvez
Дата:
Сообщение: field md5
Следующее
От: Benjamin Schulz
Дата:
Сообщение: Re: field md5