014-操做系統下驗證下載文件的 MD5/SHA1/SHA256

1、macbash

一、md5ui

  openssl md5 /path/to/filespa

  新的macOS默認支持:md5 filenamemd5

二、sha256ssl

  openssl dgst -sha256 /path/to/fileopenssl

三、sha1hash

  openssl sha1 /path/to/filezsh

四、別名設置class

  不妨在 .bashrc  或者 / .zshrc 里加入一行alias sha256="openssl dgst -sha256"來實現經過sha256 /path/to/file校驗 SHA256file

2、Window命令以下

certutil -hashfile filename MD5

certutil -hashfile filename SHA1

certutil -hashfile filename SHA256

相關文章
相關標籤/搜索