Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 404 Bytes

Hash

cryptuwu module for hashing files

It supports sha256, sha224, sha512, md2 and md5 hashing algorithms

Usage

python3 cryptuwu.py hash [options]
option type descrption
-H / --hash mandatory specify the hash type (sha256, sha224, sha512, md2, md5
-i / --input mandatory specify an input file
the output will be printed directly in the console