Skip to content

Its a script that will display the SHA256 hashes of files its scanning.

Notifications You must be signed in to change notification settings

visionthex/SHA256-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

SHA256 File Hashing Script

This PowerShell script computes the SHA256 hash for all files in a specified directory ($HOME\Downloads\ by default). The hashes are calculated using the built-in Get-FileHash cmdlet and displayed in the order of file names.

Prerequisites

PowerShell 5.0 or higher: This version of PowerShell has the Get-FileHash cmdlet, which is used to calculate the SHA256 hashes.

File Access: The script requires permission to read files from the specified directory ($HOME\Downloads\ by default).

How to Run the Script

Clone or Download the script to your machine.

Open PowerShell and navigate to the directory containing the script.

Run the script by typing:

powershell
.\Get-Hashes.ps1

The script will output the SHA256 hash of each file in the specified directory.

About

Its a script that will display the SHA256 hashes of files its scanning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published