bug#6056: base32 output for md5sum sha1sum etc.

2018-10-09 Thread Assaf Gordon
(triaging old bugs) Hello, A new "base32" program was added coreutils version 8.25 (released 2016). Now it is easy to run something like: sha1sum ... | cut -f1 -d' ' | xxd -r -p | base32 As such (after 8 and a half years), I'm marking this as "closed". Discussion can continue by replying

bug#6056: base32 output for md5sum sha1sum etc.

2010-04-30 Thread Jim Meyering
tags 6056 + moreinfo thanks Pádraig Brady wrote: 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

bug#6056: base32 output for md5sum sha1sum etc.

2010-04-30 Thread Alan Curry
Jim Meyering writes: tags 6056 + moreinfo I've given all the moreinfo I could. I thought It's a standards-track RFC plus seen in the wild would have been enough. And the applications where it's relevant (Gnutella, Bitzi) are pretty well-known. md5sum ... | perl -anle 'use

bug#6056: base32 output for md5sum sha1sum etc.

2010-04-27 Thread Alan Curry
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

bug#6056: base32 output for md5sum sha1sum etc.

2010-04-27 Thread Pádraig Brady
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