--- Begin Message ---
Subject: |
base32 output for md5sum sha1sum etc. |
Date: |
Tue, 27 Apr 2010 16:42:14 -0500 (GMT+5) |
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
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#6056: base32 output for md5sum sha1sum etc. |
Date: |
Tue, 9 Oct 2018 14:09:06 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
(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 to this thread.
regards,
- assaf
--- End Message ---