Skip to content

Simple Golang program to compare the SHA provided to the file downloaded

License

Notifications You must be signed in to change notification settings

Avila5301/checkSHA256Sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkSHA256Sum

Simple Golang program to compare the SHA value provided to a file downloaded. This will make sure the file was not changed or altered.


Windows

Double click the exe file and provide the SHA value and then the path of the file location


Example: 0d709d8ff818def7de15b0c9cd09b01d8fc98fb6b7d6926960a38be9ce47e871

Example: C:\Users\UserName\Downloads\FileName.Ext


Linux

Open a terminal and run the file with ./checkSum then provide the SHA value and then the path of the file location


Example: 0d709d8ff818def7de15b0c9cd09b01d8fc98fb6b7d6926960a38be9ce47e871

Example: /home/Downloads/fileName.ext

About

Simple Golang program to compare the SHA provided to the file downloaded

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages