Chris Johns 92d8e7f51f sb/sha512-base64: Add script to generate a base64 checksum.
- Use this command to get a smaller sha512 checksum
2020-03-30 10:47:18 +11:00

3 lines
80 B
Bash
Executable File

#! /bin/sh
openssl dgst -binary -sha512 $1 | openssl base64 | sed '{N;s/\n//;}'