[Mac] 用 openssl 指令,計算檔案的 SHA256 checksum
之前在 Mac 上是 用 shasum 計算 SHA256 Checksum,
不過一陣子沒用就忘記了,上網查結果又查到另一種方式,
那就是用 openssl 提供的指令,例如:
testuser@localhost ~ $ openssl sha -sha256 test.txt SHA256(test.txt)= 33dd6d55b5a19a760bbe4660f31b0323a27f8d4b05aa055b9c3e02081ef8077b
用 shasum 或是 openssl 算都可以,結果是一樣的喔~
參考資料:Need a cli to check the sha256 hash of a file
(本頁面已被瀏覽過 2,196 次)