LoginSignup
13
14

More than 5 years have passed since last update.

Macでチェックサム(checksum)調べる

Last updated at Posted at 2015-11-05

たまーに使うのでメモ

md5

md5 <ファイルパス>

SHA-1

shasum -a 1 <ファイルパス>

SHA-256

shasum -a 256 <ファイルパス>
13
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
14