Checking the integrity of download.

QUE.com Forums 48 – Programming Checking the integrity of download.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #43526
    Support @QUE.COM
    Keymaster

    Website provides a hash value of download so you can verify it.

    In Windows, use this command.
    Open command prompt.
    CertUtil -hashfile C:\path\to\file SHA256

    In Linux.
    sha256sum /path/to/file

    In Mac.
    shasum -a 256 /path/to/file

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
AI Chatbot Avatar