termtrick.com
Run
API
Facebook
Twitter
LinkedIn
Copy link
Convert the hexadecimal MD5 checksum value into its base64-encoded format.
Trick copyright:
Bash-Oneliner <
https://github.com/onceupon/Bash-Oneliner
>
openssl md5 -binary /path/to/file| base64 # NWbeOpeQbtuY0ATWuUeumw==
click the source code to copy