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


Message #8 received at 7313 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Caleb Cushing <xenoterracide <at> gmail.com>
Cc: 7313 <at> debbugs.gnu.org
Subject: Re: bug#7313: sha1sum etc, output in base64
Date: Tue, 02 Nov 2010 16:20:05 +0000
On 02/11/10 13:16, Caleb Cushing wrote:
> I'd like to be able to do something like this
> 
> sha1sum --base64
> 
> and instead of getting a hex representation get a base64 representation.
> 
> An alternative might be
> 
> sha1sum --raw | base64
> 
> obviously this applies to md5sum, sha512sum, etc

This is one of those border line cases.
I'm 40:60 against adding it as it seems easy enough
to acheive using existing tools:

env printf $(sha1sum file | sed 's/ .*//; s/\(..\)/\\x\1/g') | base64

Note using env above is to bypass the inbuilt printf
which doesn't support \x on dash for example.

cheers,
Pádraig.




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

Previous Next


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