如何在 Linux 下使用 RIPEMD-160 哈希函数从命令行生成文件摘要?
答案1
您可以使用openssl
它(以及其他哈希算法):
$ openssl list-message-digest-commands
md4
md5
mdc2
rmd160
sha
sha1
$ openssl rmd160 /usr/bin/openssl
RIPEMD160(/usr/bin/openssl)= 788e595dcadb4b75e20c1dbf54a18a23cf233787
如何在 Linux 下使用 RIPEMD-160 哈希函数从命令行生成文件摘要?
您可以使用openssl
它(以及其他哈希算法):
$ openssl list-message-digest-commands
md4
md5
mdc2
rmd160
sha
sha1
$ openssl rmd160 /usr/bin/openssl
RIPEMD160(/usr/bin/openssl)= 788e595dcadb4b75e20c1dbf54a18a23cf233787