bug-coreutils
[Top][All Lists]
Advanced

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

bug#6056: base32 output for md5sum sha1sum etc.


From: Pádraig Brady
Subject: bug#6056: base32 output for md5sum sha1sum etc.
Date: Wed, 28 Apr 2010 00:55:28 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 27/04/10 22:42, Alan Curry wrote:
> In the dark ages before the bug tracker (i.e. November), a message was sent:
> 
> http://lists.gnu.org/archive/html/bug-coreutils/2009-11/msg00206.html
> 
> providing an RFC4648 base32 output option for the cryptographic hash
> utilities. I'm sending this now to
> 
> 1. endorse the idea
> 2. get it a bug number so it might be noticed

I'm sorry for not responding.
I was sure I did because I did a bit of searching
and thought that this was specific to Internet Archive's tools
and so not appropriate for inclusion.

Could you give examples of where you would
find this useful?

I also notice that it was easy enough to
write base32 wrappers for these tools:

md5sum ... |
perl -anle 'use Convert::Base32;\
$h32=uc(encode_base32(pack("H40", $F[0]))); print "$h32  $F[1]";'

cheers,
Pádraig.






reply via email to

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