Convert the hexadecimal MD5 checksum value into its base64-encoded format.

openssl md5 -binary /path/to/file| base64
# NWbeOpeQbtuY0ATWuUeumw==
click the source code to copy