Skip to content

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

Notifications You must be signed in to change notification settings

binaryassasins/HASH3R-MD5-File-Hash-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HASH3R-HFSUM MD5 HASH GENERATOR

  1. To begin with, please ensure that you have Git installed on your machine by running git -v or git --version in terminal. If you have Git installed on your machine, it should display git version <git_version>. Otherwise, you can download and install Git from the official Git website: https://git-scm.com/downloads
  2. Navigate to a location/folder that you want the cloned files to be stored using cd command
  3. Use git clone https://github.com/binaryassasins/HASH3R-MD5-Hash-File-Summary.git
  4. Navigate to hfsum folder by using cd hfsum to change the directory
  5. Use hfsum -h to see the manual
  6. To retrieve the hash value of a file, you can use hfsum -hf <file_name> or hfsum --hash <file_name> within the hfsum directory

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.

Topics

Resources

License

Stars

Watchers

Forks

Languages