Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 466 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 466 Bytes

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>