如何查看檔案雜湊值 (MD5、SHA256、SHA1)
Daniel HuangMon, Jul 29, 2024 9:12 AM
Windows
使用命令提示字元 CMD
- 開啟檔案所在位置。
- 於視窗上方網址列輸入
cmd
開啟命令提示字元。
- 輸入指令
certutil -hashfile {你的檔案名稱} {演算法}
。
- ENTER 執行後就會出現該檔案的雜湊值。
MD5
SHA-1
使用 7-Zip 查看
Image Not Showing
Possible Reasons
- The image was uploaded to a note which you don't have access to
- The note which the image was originally uploaded to has been deleted
Learn More →
- 右鍵點選檔案開啟選單
- 選擇 7-Zip / CRC SHA
- 選擇所需要的演算法。(如果點選
*
號,則會算出 7-Zip 支援的所有演算雜湊值。)
Mac
- 開啟 Terminal
- 根據演算法選擇指令
md5 檔案路徑
shasum -a 1 檔案路徑
shasum -a 256 檔案路徑
參考資料