Re: SHA-1 vs MD5

Поиск
Список
Период
Сортировка
От Chad Wagner
Тема Re: SHA-1 vs MD5
Дата
Msg-id 81961ff50703071344i28d9ea6cr4902fed404b38602@mail.gmail.com
обсуждение исходный текст
Ответ на SHA-1 vs MD5  ("Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>)
Ответы Re: SHA-1 vs MD5
Список pgsql-sql
On 3/7/07, Ezequias Rodrigues da Rocha <ezequias.rocha@gmail.com> wrote:
I know that there is a md5 internal function on postgresql, but I noticed that it isn't the more secure today. I would like to know if there is a SHA-1 function implemented yet of, if not, if the team has plan to introduce it on PostgreSQL.

You are probably looking for the pgcrypto contribution, look in the contrib directory for it.

test=# select encode(digest('blahblah', 'sha256'), 'hex');
                              encode                             
------------------------------------------------------------------
 40b1bbb5445fc021a312315379f4633284851e14d1db83fb0730f58872d6033b
(1 row)




--
Chad
http://www.postgresqlforums.com/

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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: tesearch2 question
Следующее
От: "Ezequias Rodrigues da Rocha"
Дата:
Сообщение: Re: SHA-1 vs MD5