Skip to content

Files

Latest commit

 

History

History

Get Hash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Generate Hash And File Type

forthebadge forthebadge forthebadge forthebadge

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)

Requirements

Python3.6+

pip install -r requirements.txt

Usage

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)

Contribution

Any kind of contributions are welcome

  1. Fork the project
  2. Commit your changes
  3. Open a pull request