Re: Data Encryption in PostgreSQL, and a Tutorial.

Поиск
Список
Период
Сортировка
От Michal Hlavac
Тема Re: Data Encryption in PostgreSQL, and a Tutorial.
Дата
Msg-id 40A0F442.8020909@medium13.sk
обсуждение исходный текст
Ответ на Re: Data Encryption in PostgreSQL, and a Tutorial.  (Dias Bantekas <dbadekas@aia.gr>)
Ответы Re: Data Encryption in PostgreSQL, and a Tutorial.  (<btober@computer.org>)
Список pgsql-general
Dias Bantekas wrote:

> does any one know how to get an md5()-like hash function using pgcrypto
> for postgresql 7.3 ? without upgrading to 7.4
>
> Thanks for any input.

SELECT encode(digest(v_password, 'md5'), 'hex');

hlk


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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Data Encryption in PostgreSQL, and a Tutorial.
Следующее
От: "Thomas LeBlanc"
Дата:
Сообщение: How to move data from 1 database to another?