MD5
openssl dgst -md5 123.bin
or
openssl md5 123.bin
or
md5 123.bin
or
md5 -s "text"
SHA1
openssl dgst -sha1 123.bin
or
openssl sha1 123.bin
HmacMD5
openssl md5 -hmac "replace_hmac_key_string_here" 123.bin
sha256
openssl sha256 filename
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
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。