SHA256 | base64
SHA256 | base64
Posted Feb 1, 2014 16:53 UTC (Sat) by lambda (subscriber, #40735)In reply to: SHA256 | base64 by ploxiln
Parent article: OpenSSH 6.5 released
You can instead use:
sha256sum () {
openssl sha256 -binary "$@" | base64
}
