79364230

Date: 2025-01-17 09:21:12
Score: 0.5
Natty:
Report link

I use this command in Powershell:

(Get-Content -Delimiter " " -Head 1 .\myApp.exe.sha256).trim() -eq (Get-FileHash .\myApp.exe).Hash.toLower()

I must use this because my sha256 file contains hash and filename separated by space.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: alfiogang