<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>File Integrity on Locodigital</title><link>https://locodigital.com.br/en/tags/file-integrity/</link><description>Recent content in File Integrity on Locodigital</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 23 Sep 2026 09:00:00 -0300</lastBuildDate><atom:link href="https://locodigital.com.br/en/tags/file-integrity/index.xml" rel="self" type="application/rss+xml"/><item><title>Get-FileHash in PowerShell: verify a file's SHA256 hash</title><link>https://locodigital.com.br/en/technology/get-filehash-powershell-verify-file-integrity/</link><pubDate>Wed, 23 Sep 2026 09:00:00 -0300</pubDate><guid>https://locodigital.com.br/en/technology/get-filehash-powershell-verify-file-integrity/</guid><description>&lt;p&gt;You downloaded the Firefox installer straight from the official site. Your antivirus didn't complain. But how do you know that, somewhere between Mozilla's server and your hard drive, nobody swapped that file for a modified version? The answer fits in two lines of PowerShell and a 64-character hexadecimal number.&lt;/p&gt;
&lt;h2&gt;What is Get-FileHash?&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;Get-FileHash&lt;/code&gt; is a native PowerShell cmdlet (available since version 4.0) that calculates the hash value of any file. A hash is a mathematical "fingerprint" of the content: changing a single byte produces a completely different hash. If the hash you calculate matches the one the vendor published, the file is identical to the one that left their server.&lt;/p&gt;</description></item></channel></rss>