About 4,510,000 results
Open links in new tab
  1. Windows Equivalent to `sha256sum -c` (cryptographic hash, digest …

    May 2, 2022 · In Windows, what is the equivalent built-in tool for generating a SHA256SUMS (or similar digest file using another cryptographic hash function) and verifying the integrity of a set …

  2. windows - What is the best way to calculate a checksum for a file …

    Jan 26, 2009 · The CertUtil is a pre-installed Windows utility, that can be used to generate hash checksums: CertUtil -hashfile pathToFileToCheck [HashAlgorithm] HashAlgorithm choices: …

  3. Windows equivalent of linux cksum command - Stack Overflow

    Jun 27, 2023 · 152 In Windows (command prompt) you can use CertUtil, here is the syntax: CertUtil [Options] -hashfile InFile [HashAlgorithm] for syntax explanation type in cmd: CertUtil …

  4. How can I compare a file's SHA256 hash in PowerShell to a known …

    Aug 13, 2020 · If I've downloaded a file with a known SHA256 hash, how can I use PowerShell to check that the file matches the expected hash?

  5. windows - SHA256 hash doesn't match download - Stack Overflow

    Mar 10, 2022 · In your case, the miniconda download page already clarifies that it is a SHA256 hash, which you need to specify when calling certutil. Proof: Without specifying the hash …

  6. Calculating SHA256 hash different results under Windows and Linux

    Mar 21, 2025 · Calculating SHA256 hash different results under Windows and Linux Asked 9 months ago Modified 9 months ago Viewed 248 times

  7. Creating correct SHA256 hash in Powershell - Stack Overflow

    Mar 8, 2022 · It is the newline format (Windows CRLF vs. Unix LF) of the enclosing script file (.ps1) that determines the newline format of multiline string literals contained in the script …

  8. Use TLS 1.2 with codification …

    Jun 15, 2023 · I need to create a C# client that works on Windows Server 2012 R2 using C# and a TLS 1.2 protocol with TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 encoding. The …

  9. How to use Git Bash terminal on Windows to validate sha256 hash …

    Oct 4, 2020 · How to use Git Bash terminal on Windows to validate sha256 hash of a downloaded file? as in PHP versions for example.

  10. sha256 - How to enable hash algorithm SHA-256 for ASP.NET, …

    Mar 28, 2024 · The signature algorithm of the signature object is set to SHA-256, too. The Cryptographic Service Provider of the client certificate for that interface was set to "Microsoft …