[Linux] ファイルのハッシュ値を取得するコマンド
Linux でファイルのハッシュ値を取得するコマンドをご紹介します。
$ openssl sha1 targetfile SHA1(targetfile)= 9b90064097ee3290b73dde4c72f1d4291c01ffdd
$ md5sum -b targetfile 6f9e8d46c4e5afa1ee5a881114ee3b9e *targetfile
以上、Linux でファイルのハッシュ値を取得したい、現場からお送りしました。