MD5 hash function for PostgreSQL

Поиск
Список
Период
Сортировка
От stephane@u-picardie.fr
Тема MD5 hash function for PostgreSQL
Дата
Msg-id Pine.LNX.4.21.0010082113050.3555-100000@serveur.alnet.home
обсуждение исходный текст
Ответы Re: MD5 hash function for PostgreSQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Hi,

Just wanted to let you know I posted a MD5 hash function for PostgreSQL,
based on a request I got for this kind of feature. The code is based on
the soundex module (as found in 7.0.2), with the original RSA MD5 code
found in the MD5 Perl module. (Please note the MD5 hash is not necessarily
cryptographically secure; I only implemented it because of the request I
got.)

The code can be downloaded from
  http://members.bellatlantic.net/~salnet/postgresql/
(I couldn't find an "upload" area on ftp.postgresql.org).

You can test the implementation by comparing the output of md5pg.sql with
the result of "md5sum test" (the "test" file is provided in the package).

Please forward any questions directly to me -- I do not subscribe to the
list!

S.


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

Предыдущее
От: "Anton Kalauzky"
Дата:
Сообщение: PostgreSQL encoding question
Следующее
От: Franck Martin
Дата:
Сообщение: RE: Using BLOBs with PostgreSQL