The python script generates the hash (MD5, SHA1, SHA256, SHA512, CRC32, ADLER32) of the file(s). Also, the file type of the file(s)
What the program does?
- Can take multiple files at the same time
- Generate the hashes
- Can display only file type of file(s)
Python3.6+
pip install -r requirements.txt
hash.py [-h] -f FILE [FILE ...] [-t]
Get The Hashes And File Type Of File(s)
optional arguments:
-h, --help show this help message and exit
-f FILE [FILE ...] Submit file(s)
-t Get only the file type of file(s)
Any kind of contributions are welcome
- Fork the project
- Commit your changes
- Open a pull request