SHA256 | base64
SHA256 | base64
Posted Feb 1, 2014 4:18 UTC (Sat) by ploxiln (subscriber, #58395)In reply to: SHA256 | base64 by mathstuf
Parent article: OpenSSH 6.5 released
I see your point, but that won't work because the output of sha256sum is hex, not binary. The best shell-utility-only pipeline would probably involve cutting that hex into pairs with '\x' before each, and then having printf output that. I don't think it would be pretty ;)
