An open API service indexing awesome lists of open source software.

https://github.com/filiprokita/hashtool

A simple command-line tool for calculating the MD5, SHA-1, and SHA-256 hash values of a text or a file, written in Python.
https://github.com/filiprokita/hashtool

algor command-line-tool cryptography encrypt encryption encryption-algorithms file-hashing hack hashing hashlib md5 python python3 securirty sha sha1 sha256 text-hashing

Last synced: 3 months ago
JSON representation

A simple command-line tool for calculating the MD5, SHA-1, and SHA-256 hash values of a text or a file, written in Python.

Awesome Lists containing this project

README

          

# HASHTOOL
Simple tool that creates hash from given input. You can input file by entering the file path, or just enter text. Then you will se the output in MD5, SHA1 and SHA256.



# Usage
1. Run the script
2. Input text or file path and click enter
3. Result will be displayed when program finishes hashing

# Author
Filip Rokita

www.filiprokita.com