Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

kduma-OSS/PY-file-hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PY-file-hasher

MD5 and SHA1 file hash calculator and checker

hasher

usage: hash [-h] [-t {both,md5,sha1}] file [file ...]

File Hasher.

positional arguments:
  file                  files to be hashed

optional arguments:
  -h, --help            show this help message and exit
  -t {both,md5,sha1}, --type {both,md5,sha1}
                        type of hash (default: both)

checker

usage: check [-h] [-g] file [file ...]

File Hash Checker.

positional arguments:
  file        files to be checked

optional arguments:
  -h, --help  show this help message and exit
  -g, --gui   sum the integers (default: find the max)

About

MD5 and SHA1 file hash calculator and checker

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published