26
26

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SHA256ハッシュ値を確認する

Posted at

SHA256ハッシュ値を確認するコマンド

Windows

CertUtil -hashfile <ファイル名> SHA256

C:\>CertUtil -hashfile  LINUX.X64_180000_db_home.zip SHA256
SHA256 ハッシュ (対象 LINUX.X64_180000_db_home.zip):
c96a4fd768787af98272008833fe10b172691cf84e42816b138c12d4de63ab96
CertUtil: -hashfile コマンドは正常に完了しました。

Linux

sha256sum <ファイル名>

# sha256sum LINUX.X64_180000_db_home.zip
c96a4fd768787af98272008833fe10b172691cf84e42816b138c12d4de63ab96  LINUX.X64_180000_db_home.zip
26
26
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
26
26

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?