在 mac 上查看文件的 md5/sha1/sha256

  • 查看 md5
md5 path/to/file
  • 查看 sha1
openssl dgst -sha1 path/to/file
  • 查看 sha256
openssl dgst -sha256 path/to/file

转自: HH

你可能感兴趣的:(在 mac 上查看文件的 md5/sha1/sha256)