Skip to content

abcdefghijorngarbosaxyz/python-file-hash-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

File hash generator

visitor badgePython

Description

A Python script that can generate the MD5, SHA1, SHA256, and SHA512 hashes of a file specified by the user.

Requirements

Python environment: https://www.python.org/downloads/

How to use

python hash-gen.py --file <file_path> --hash <md5|sha1|sha256|sha512>