bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7313: sha1sum etc, output in base64


From: Assaf Gordon
Subject: bug#7313: sha1sum etc, output in base64
Date: Wed, 10 Oct 2018 13:10:25 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

close 7313
stop

(triaging old bugs)

Hello,

On 02/11/10 11:15 AM, Pádraig Brady wrote:
On 02/11/10 16:20, Pádraig Brady wrote:
env printf $(sha1sum file | sed 's/ .*//; s/\(..\)/\\x\1/g') | base64

openssl dgst -sha1 -binary $file | openssl enc -base64


And also:

 sha1sum FILE | xxd -r -p | base64



With no further comments in the last 7 years,
I'm closing this bug.

regards,
 - assaf





reply via email to

[Prev in Thread] Current Thread [Next in Thread]