https://github.com/kronopt/hashcheck
Calculates file hashes using several hashing algorithms
https://github.com/kronopt/hashcheck
hash hashcheck python python-2
Last synced: 11 months ago
JSON representation
Calculates file hashes using several hashing algorithms
- Host: GitHub
- URL: https://github.com/kronopt/hashcheck
- Owner: Kronopt
- License: gpl-3.0
- Created: 2016-05-27T19:27:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T18:39:09.000Z (over 7 years ago)
- Last Synced: 2025-06-05T19:48:37.409Z (12 months ago)
- Topics: hash, hashcheck, python, python-2
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HashCheck
Calculates file hashes using several hashing algorithms
#### Dependencies
Python 2.7
#### How to run
Double click HashCheck.py to calculate the md5 hash for every file in the current directory of the script
Further algorithms and options can be selected if run from the command line.
Type `HashCheck.py -h` on the command line for more information
#### Ideas for possible future features
* Verbose mode (time it takes to hash each file, number of files to hash, directory, etc)
* Option for providing input hash and checking whether the calculated hash is the same
* Create separate script to add option to context menu (windows) to launch script (run to add to registry, run again to remove)
* Test file with predetermined hashes