md5 hashing of user passwords

Поиск
Список
Период
Сортировка
От G. J. Walsh
Тема md5 hashing of user passwords
Дата
Msg-id 1206409380.14992.12.camel@www.dscdirectionalservices.com
обсуждение исходный текст
Ответы Re: md5 hashing of user passwords  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-novice
At registration, a user's password is encrypted by php's md5 and stored
in a client login table.

On login, the client's password as provided in a login form, is run
through md5 hashing and submitted to the server for authentication.
Pretty standard stuff!

BUT authentication always fails.

To get a grip on this, I set up a record with a specific password. For
some reason I cannot understand, the md5 hash written into postgresql
does not correspond with the echoing back of the hash at login attempts.

In both instances, the hashing is consistent.

The login is performed under ssl. Changing it to run under http makes no
difference - the hashing remains the same.

The data base provides a character varying(32) column for the hashed
password.

Can someone help me out of this morass???

Much appreciated!

В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: About db session time-out while uploading data to database
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: md5 hashing of user passwords