Skip to content

noraraven/nrhgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nrhgen

nrhgen - Generate cryptographic hashes (MD5, SHA1, SHA256) for text or files.

Features

  • Hash text or files using MD5, SHA1, or SHA256
  • Verify files against expected hashes
  • Verbose mode

Installation

From PyPI

pip install nrhgen

From source(editable)

git clone https://github.com/noraraven/nrhgen.git
cd nrhgen
pip install -e .

Usage

 # Show help page
nrhgen -h

 # Hash a text string
nrhgen -t "text" -a sha256

 # Hash file(s)
nrhgen -f file1 [file2 ...] -a md5

 # Verify files
nrhgen -c file:hash [file:hash ...] -a sha256

 # Verbose mode
nrhgen -v -f file1 [file2 ...] -a md5

License

This project is licensed under the MIT License.

Author

Made by noraraven

About

Simple CLI tool to generate and verify cryptographic hashes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages