Re: sha512sum (program) gives different result than sha512 in PG11

From: Thomas Markus <t(dot)markus(at)proventis(dot)net>
To: Andreas Joseph Krogh <andreas(at)visena(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: sha512sum (program) gives different result than sha512 in PG11
Date: 2019-01-14 15:18:30
Message-ID: b2d3e8a1-bd53-f834-d751-1fdd2bcd45af@proventis.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

echo contains a trailing carriage return. Try

echo -n "A" | sha512sum

regards
Thomas

Am 14.01.19 um 16:16 schrieb Andreas Joseph Krogh:
> Hi.
> Anyone can explain why these two don't give the same result?
> 1.
> $ echo "A" | sha512sum
> 7a296fab5364b34ce3e0476d55bf291bd41aa085e5ecf2a96883e593aa1836fed22f7242af48d54af18f55c8d1def13ec9314c926666a0ba63f7663500090565
>  -
> 2.
> $ psql -A -t -c "select encode(sha512('A'), 'hex')"
> 21b4f4bd9e64ed355c3eb676a28ebedaf6d8f17bdc365995b319097153044080516bd083bfcce66121a3072646994c8430cc382b8dc543e84880183bf856cff5
> Thanks!
> --
> *Andreas Joseph Krogh*
> CTO / Partner - Visena AS
> Mobile: +47 909 56 963
> andreas(at)visena(dot)com <mailto:andreas(at)visena(dot)com>
> www.visena.com <https://www.visena.com>
> <https://www.visena.com>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Joseph Krogh 2019-01-14 15:23:57 Sv: Re: sha512sum (program) gives different result than sha512 in PG11
Previous Message Andreas Joseph Krogh 2019-01-14 15:16:24 sha512sum (program) gives different result than sha512 in PG11