メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。

How to Identify a File's SHA-256 Hash for Security Applications

概要: Learn about how to identify a file’s SHA-256 hash by following these instructions. Hashes can be used to exclude a file in security applications.

この記事は自動翻訳されたものである可能性があります。品質に関するフィードバックがある場合は、このページの下部にあるフォームを使用してお知らせください。

文書の内容


現象

A secure hash algorithm (SHA)-256 hash may be required to exclude a file from an anti-virus or malware prevention application. This article discusses how to identify the SHA-256 hash for a file on Windows, macOS, or Linux.


Affected Operating Systems:

  • Windows
  • macOS
  • Linux

原因

Not applicable

解決方法

Click Windows, macOS, or Linux for the process to identify the file's SHA-256 hash.

Windows

  1. Right-click the Windows Start menu and then click Run.

Run

  1. In the Run UI, type cmd and then press OK.

Run UI

  1. In Command Prompt, browse to the location of the appropriate [FILENAME].
Note: [FILENAME] = Name of file.
  1. Type CertUtil -hashfile [FILENAME] SHA256 and then press Enter.

CertUtil

Note: [FILENAME] used in the example may differ in your environment.
  1. Record the file’s SHA-256 hash. In the example, 5e71d4ffc3a0723b1bcca206fd14c0e217f6d9beb33a5b327ea251d3a54df5af is the file’s SHA-256.

SHA-256 hash

Note: The SHA-256 hash in the example may differ in your environment.

macOS

  1. Select Go, then Utilities, and then Terminal.

Terminal

  1. Double-click Terminal to launch the UI.
  2. In terminal, browse to the location of the appropriate [FILENAME].
Note: [FILENAME] = Name of file.
  1. In Terminal, type sudo shasum -a 256 [FILENAME] and then press Enter.
  2. Populate the Password for the account being used and then press Enter.

Password

Note: [FILENAME] used in the example may differ in your environment.
  1. Record the file’s SHA-256 hash. In the example, 56429c53bff44bbf21527f0bf13a27bc20ceff42160d3170287af6d50da195623 is the file’s SHA-256.

SHA-256 hash

Note: The SHA-256 hash in the example may differ in your environment.

Linux

  1. Open Terminal.

Terminal

  1. In Terminal, browse to the appropriate [FILENAME].
Note: [FILENAME] = Name of file.
  1. Type sudo sha256sum [FILENAME] and then press Enter.
  2. Populate the password for the account being used and then press Enter.

Password

  1. Record the file’s SHA-256 hash. In the example, 4167b599f36af0781b81563bd2179a6d35daa3145f0b6f99ac6d9ee1894b516a is the file’s SHA-256.

SHA-256

Note: The [FILENAME] and SHA-256 hash in the example may differ in your environment.

To contact support, reference Dell Data Security International Support Phone Numbers.
Go to TechDirect to generate a technical support request online.
For additional insights and resources, join the Dell Security Community Forum.

文書のプロパティ


影響を受ける製品

Dell Encryption

最後に公開された日付

13 11月 2023

バージョン

8

文書の種類

Solution