On Windows 11 have
certutil -hashfile "C:\Windows\write.exe" sha1
SHA1 hash of C:\Windows\write.exe:
a6deac3526d77005c62184ad3e8d9e615a0f511f
CertUtil: -hashfile command completed successfully.
On apllication control i have:
And it works:
But if i make
certutil -hashfile "C:\Windows\write.exe" sha256
SHA256 hash of C:\Windows\write.exe:
82e903f055e7f93b403c3758650c0f89a73716dd1b7d1add120b9336a00b8958
CertUtil: -hashfile command completed successfully.
On apllication control i have:
and it does not work, write.exe is not blocked.
So how does the sha256 works?