Re: SHA-1 vs MD5

Поиск
Список
Период
Сортировка
От Andrej Ricnik-Bay
Тема Re: SHA-1 vs MD5
Дата
Msg-id b35603930703071231s39f262f0r780a771388376da6@mail.gmail.com
обсуждение исходный текст
Ответ на Re: SHA-1 vs MD5  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список pgsql-sql
On 3/8/07, Andrew Sullivan <ajs@crankycanuck.ca> wrote:
> What is the problem you're trying to solve?  Md5 is probably good
> enough for many cases, but for long-term use, you're right that sha-1
> is what you need.  Actually, you need sha-256, quite frankly.
Looking at his last mail he's after a password hash.

To the OP:
Currently there's no support in pg for sha algorithms, but you
could always implement those in your application and store
the hash in pg that way.



Cheers,
Andrej


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: SHA-1 vs MD5
Следующее
От: Sumeet
Дата:
Сообщение: Re: tesearch2 question