- To begin with, please ensure that you have Git installed on your machine by running
git -v
orgit --version
in terminal. If you have Git installed on your machine, it should displaygit version <git_version>
. Otherwise, you can download and install Git from the official Git website: https://git-scm.com/downloads - Navigate to a location/folder that you want the cloned files to be stored using
cd
command - Use
git clone https://github.com/binaryassasins/HASH3R-MD5-Hash-File-Summary.git
- Navigate to hfsum folder by using
cd hfsum
to change the directory - Use
hfsum -h
to see the manual - To retrieve the hash value of a file, you can use
hfsum -hf <file_name>
orhfsum --hash <file_name>
within the hfsum directory
-
Notifications
You must be signed in to change notification settings - Fork 0
This is a CLI-based program that you can use to generate an MD5 hash value for a file. You might want to utilize the generated hash value with advanced malware scanning engine like VirusTotal, enabling you to analyze the security of the file. Take note, MD5 algorithm has been compromised due to its security issue. Thus, use only when necessary.
License
binaryassasins/HASH3R-MD5-File-Hash-Generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is a CLI-based program that you can use to generate an MD5 hash value for a file. You might want to utilize the generated hash value with advanced malware scanning engine like VirusTotal, enabling you to analyze the security of the file. Take note, MD5 algorithm has been compromised due to its security issue. Thus, use only when necessary.