Re: BUG #8467: Slightly confusing pgcrypto example in docs

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Richard Neill <rn214(at)richardneill(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>, postgresql(at)richardneill(dot)org, pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #8467: Slightly confusing pgcrypto example in docs
Date: 2013-10-10 20:05:50
Message-ID: 5257089E.7090406@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The changes shown below are incorrect, I think.

On 10/2/13 12:00 PM, Bruce Momjian wrote:
> *************** gen_salt(type text [, iter_count integer
> *** 353,359 ****
> <entry>12 years</entry>
> </row>
> <row>
> ! <entry><literal>md5</></entry>
> <entry>2345086</entry>
> <entry>1 day</entry>
> <entry>3 years</entry>
> --- 358,364 ----
> <entry>12 years</entry>
> </row>
> <row>
> ! <entry><literal>md5 hash</></entry>
> <entry>2345086</entry>
> <entry>1 day</entry>
> <entry>3 years</entry>
> *************** gen_salt(type text [, iter_count integer
> *** 380,386 ****
> </listitem>
> <listitem>
> <para>
> ! <literal>md5</> numbers are from mdcrack 1.2.
> </para>
> </listitem>
> <listitem>
> --- 385,391 ----
> </listitem>
> <listitem>
> <para>
> ! <literal>md5 hash</> numbers are from mdcrack 1.2.
> </para>
> </listitem>
> <listitem>
> *************** gen_random_bytes(count integer) returns
> *** 1343,1349 ****
> <entry>OpenBSD sys/crypto</entry>
> </row>
> <row>
> ! <entry>MD5 and SHA1</entry>
> <entry>WIDE Project</entry>
> <entry>KAME kame/sys/crypto</entry>
> </row>
> --- 1348,1354 ----
> <entry>OpenBSD sys/crypto</entry>
> </row>
> <row>
> ! <entry>MD5 hash and SHA1</entry>
> <entry>WIDE Project</entry>
> <entry>KAME kame/sys/crypto</entry>
> </row>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2013-10-10 21:02:17 Re: BUG #8517: Problem due to libeay32.dll about ordinal
Previous Message Andrew Dunstan 2013-10-10 16:54:23 Re: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist