Windows 10: Is this hash a valid...

Discus and support Is this hash a valid... in Windows 10 Software and Apps to solve the problem; Please help me verify if this hash 68fa9209563cd30dc7a96419822084761a3726645ee150716887c4a0b9b135af is an authentic kernel32.dll. the file size is only... Discussion in 'Windows 10 Software and Apps' started by Etu Das, Mar 17, 2025.

  1. Etu Das Win User

    Is this hash a valid...


    Please help me verify if this hash 68fa9209563cd30dc7a96419822084761a3726645ee150716887c4a0b9b135af is an authentic kernel32.dll. the file size is only 149kb. the system32 folder has a kernel32legacy.dll and the forwarder folder inside the system32 contains this kernel32.dll. This is part of a nano server which hash a forwarder folder in the system32 and the kernel32.dll is located in the forwarders folder. The kernel32.dll is 149kb, is this authentic?

    :)
     
    Etu Das, Mar 17, 2025
    #1

  2. efswrt.dll page hashes of an image file are not valid

    I started getting this message on Event Viewer 12/9/15 and get it every 2 to 5 days:

    Code Integrity determined that the page hashes of an image file are not valid. The file could be improperly signed without page hashes or corrupt due to unauthorized modification. The invalid hashes could indicate a potential disk device error.

    File Name: \Device\HarddiskVolume2\Windows\System32\efswrt.dll

    Event ID: 6281

    I ran DISM.exe /Online /Cleanup-image /Scanhealth and it said everything was OK.

    I saw a suggestion to run sfc /scannow, but I am concerned about doing that on my own.
     
    William Martz, Mar 18, 2025
    #2
  3. dalchina Win User
    Files hash info

    I suggest you verify whether the files really are identical. Generate different hashes- as f14tomcat suggests below..

    What convinces you the hash value computed is embedded in the file?
     
    dalchina, Mar 18, 2025
    #3
  4. Is this hash a valid...

    Signtool.exe hashing process

    Hi,

    We are not able to generate SHA256 hash of a .exe file, similar to hash generated by Signtool sign's command. We need to learn Signtool's hashing process.

    We have a requirement for Reproducible Build, origin verification, and Automated Hash validation, as a part of our CodeSigning software.

    For that we are using client-side hashing, and some extra metadata while sending a /signing request to our server, it generates reproducible build and checks its hash with incoming hash. We have implemented our Key Storage Provider for that.

    KSP calls this method..

    SECURITY_STATUS

    WINAPI

    KSPSignHash(

    __in NCRYPT_PROV_HANDLE hProvider,

    __in NCRYPT_KEY_HANDLE hKey,

    __in_opt VOID *pPaddingInfo,

    __in_bcount(cbHashValue) PBYTE pbHashValue,

    __in DWORD cbHashValue,

    __out_bcount_part_opt(cbSignature, *pcbResult) PBYTE pbSignature,

    __in DWORD cbSignature,

    __out DWORD * pcbResult,

    __in DWORD dwFlags) {

    // pbHashValue is PBYTE, converts to Hex e.g. "60afbb393d1501929096ffd28c56ba586a30726491ce976d24df9479d27d6bdc"

    signature = SendPost ({

    "server_url": "https://codesigningserver.com/api/signing/sign"

    "key_name": "signingKey1",

    "hash_to_sign": "60afbb393d1501929096ffd28c56ba586a30726491ce976d24df9479d27d6bdc"

    "signing_project_id": 1,

    "build_job_id": 8

    })

    }

    But the fileDigest hash calculated by signtool, maybe like AuthentiCode is "10494480e5deefe3d6060fffc33f1d893380a2c3788659a4afef5fbf9c6da7b1"

    At our CodeSigning server, we are generating reproducible build with the help of extra parameters passed in the request, so we get an reproducible-build .exe file generated at our server, we are to validate its hash (or file digest maybe) with the incoming hash_to_sign .

    But we are not able to generate this incoming hash_to_sign at our server, and we are not able to deliver Automated-hash validation feature for our code signing software.

    Please provide assistance.

    Thanks,

    Shivam Sharma
     
    Shivam111Sharma, Mar 18, 2025
    #4
Thema:

Is this hash a valid...

Loading...
  1. Is this hash a valid... - Similar Threads - hash valid

  2. Windows 11 setup stuck, Hash needs to be deleted.

    in Windows 10 Gaming
    Windows 11 setup stuck, Hash needs to be deleted.: Hi,One of my user windows 11 installation stuck due to the hash issue.Microsoft needs to delete the hash on other tenant, so that I can upload and assign new tag for the user....
  3. Is this hash a valid...

    in Windows 10 Gaming
    Is this hash a valid...: Please help me verify if this hash 68fa9209563cd30dc7a96419822084761a3726645ee150716887c4a0b9b135af is an authentic kernel32.dll. the file size is only 149kb. the system32 folder has a kernel32legacy.dll and the forwarder folder inside the system32 contains this kernel32.dll....
  4. Is this hash a valid...

    in Windows 10 Installation and Upgrade
    Is this hash a valid...: Please help me verify if this hash 68fa9209563cd30dc7a96419822084761a3726645ee150716887c4a0b9b135af is an authentic kernel32.dll. the file size is only 149kb. the system32 folder has a kernel32legacy.dll and the forwarder folder inside the system32 contains this kernel32.dll....
  5. How to validate checksums/hash stored in a file against their targets

    in Windows 10 Gaming
    How to validate checksums/hash stored in a file against their targets: I have a few checksum values, i.e. MD5/SHA256/SHA384/etc, kept in some text files. Some of these are kept in simple cheksum file format like the one given belowXXXXYYYZZZZ..................... filename1XXX1YYY1ZZZZ1................... filename2X1X1Y1Y1Z1Z1Z1.....................
  6. How to validate checksums/hash stored in a file against their targets

    in Windows 10 Software and Apps
    How to validate checksums/hash stored in a file against their targets: I have a few checksum values, i.e. MD5/SHA256/SHA384/etc, kept in some text files. Some of these are kept in simple cheksum file format like the one given belowXXXXYYYZZZZ..................... filename1XXX1YYY1ZZZZ1................... filename2X1X1Y1Y1Z1Z1Z1.....................
  7. How to validate checksums/hash stored in a file against their targets

    in AntiVirus, Firewalls and System Security
    How to validate checksums/hash stored in a file against their targets: I have a few checksum values, i.e. MD5/SHA256/SHA384/etc, kept in some text files. Some of these are kept in simple cheksum file format like the one given belowXXXXYYYZZZZ..................... filename1XXX1YYY1ZZZZ1................... filename2X1X1Y1Y1Z1Z1Z1.....................
  8. Cryptui.dll hash mismatch when I run SFC /scannow. How do I repair the hash validation?

    in Windows 10 Gaming
    Cryptui.dll hash mismatch when I run SFC /scannow. How do I repair the hash validation?: Some time ago i.e. months ago, I opened my Adobe Acrobat Pro DC software and this message would appear. I need to click OK several times for it to disappear. It always appears when I open Adobe Acrobat.When I run sfc /scannow on elevated Windows command prompt and review the...
  9. Cryptui.dll hash mismatch when I run SFC /scannow. How do I repair the hash validation?

    in Windows 10 Software and Apps
    Cryptui.dll hash mismatch when I run SFC /scannow. How do I repair the hash validation?: Some time ago i.e. months ago, I opened my Adobe Acrobat Pro DC software and this message would appear. I need to click OK several times for it to disappear. It always appears when I open Adobe Acrobat.When I run sfc /scannow on elevated Windows command prompt and review the...
  10. Cryptui.dll hash mismatch when I run SFC /scannow. How do I repair the hash validation?

    in Windows 10 BSOD Crashes and Debugging
    Cryptui.dll hash mismatch when I run SFC /scannow. How do I repair the hash validation?: Some time ago i.e. months ago, I opened my Adobe Acrobat Pro DC software and this message would appear. I need to click OK several times for it to disappear. It always appears when I open Adobe Acrobat.When I run sfc /scannow on elevated Windows command prompt and review the...