Re: Hashing text in hexadecimal

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: Hashing text in hexadecimal
Дата
Msg-id 39b6624e579b68374c0bdd88b4f3fa42.squirrel@sq.gransy.com
обсуждение исходный текст
Ответ на Hashing text in hexadecimal  (mephysto <mephystoonhell@gmail.com>)
Ответы Re: Hashing text in hexadecimal
Список pgsql-general
On 25 Listopad 2011, 15:15, mephysto wrote:
> Hello to everyone,
> I would need to hash some text and I would to produce an hexadecimal value
> as result.
>
> Is there a postgres function to achieve this goal?

What about md5(text)? If you need better hashing (e.g. sha-1), check
pgcrypto contrib module.

T.


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

Предыдущее
От: mephysto
Дата:
Сообщение: Hashing text in hexadecimal
Следующее
От: Yeb Havinga
Дата:
Сообщение: Re: Recommendations for SSDs in production?