GNU bug report logs - #7313
sha1sum etc, output in base64

Previous Next

Package: coreutils;

Reported by: Caleb Cushing <xenoterracide <at> gmail.com>

Date: Tue, 2 Nov 2010 13:26:04 UTC

Severity: normal

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Assaf Gordon <assafgordon <at> gmail.com>
To: Pádraig Brady <P <at> draigBrady.com>, Caleb Cushing <xenoterracide <at> gmail.com>
Cc: 7313 <at> debbugs.gnu.org
Subject: bug#7313: sha1sum etc, output in base64
Date: Wed, 10 Oct 2018 13:10:25 -0600
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




This bug report was last modified 6 years and 284 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.