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.
- Host: GitHub
- URL: https://github.com/filiprokita/hashtool
- Owner: FilipRokita
- Created: 2021-12-03T21:56:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T12:24:05.000Z (over 2 years ago)
- Last Synced: 2025-03-24T21:33:58.342Z (7 months ago)
- Topics: algor, command-line-tool, cryptography, encrypt, encryption, encryption-algorithms, file-hashing, hack, hashing, hashlib, md5, python, python3, securirty, sha, sha1, sha256, text-hashing
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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