标签:ace csdn file nss str article HERE 文件 pen
openssl dgst -md5 123.bin
or
openssl md5 123.bin
or
md5 123.bin
or
md5 -s "text"
openssl dgst -sha1 123.bin
or
openssl sha1 123.bin
openssl md5 -hmac "replace_hmac_key_string_here" 123.bin
openssl sha256 filename
MacOS 命令行计算文件的 MD5/HmacMD5/SHA1/SHA256
标签:ace csdn file nss str article HERE 文件 pen
原文地址:https://www.cnblogs.com/luoxiaolei/p/12771756.html