Skip to content

Hashcheck is a simple bash script that checks the md5 hash of any file for security.

Notifications You must be signed in to change notification settings

CrazyCoder009/Hashcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hashcheck

Hashcheck is a simple bash script that checks the md5 hash of any file for security.

How is this working?

Everytime you modify a file a new md5hash is generated for it. You can use this script to check for md5hash of any file and compare it.

How to run the script:

  1. Clone or Copy this script/repo.
git clone https://github.com/CrazyCoder009/Hashcheck/tree/master
  1. Run the script
bash icheck.sh [filename] [The md5hash you need to check against]

eg:

bash icheck.sh example_file.txt 9e5ff423ca31c4e4236f137d1081ff1a

See? Very easy

About

Hashcheck is a simple bash script that checks the md5 hash of any file for security.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages