Mac OSX 如何在命令行中生成 md五、sha一、sha256 校验和

计算 MD5 校验和

md5 /tmp/hello.txtcode

计算 SHA-1 校验和

shasum -a 1 /tmp/hello.txtmd5

计算 SHA-256 校验和

shasum -a 256 /tmp/hello.txtco

相关文章
相关标签/搜索