Simple Hash Calculator
A lightweight, Python-based cybersecurity tool designed to calculate MD5 and SHA-256 hashes of any given text string. This project serves as a fundamental introduction to cryptography and data integrity verification.
- Multi-Algorithm Support: Calculates both MD5 and SHA-256 hashes simultaneously.
- User-Friendly CLI: Simple command-line interface for quick usage.
- Educational Codebase: Clean and commented code, ideal for beginners learning Python for Cybersecurity.
- No External Dependencies: Uses Python's standard libraries (
hashlib).
- Python 3.x installed on your system.
- Clone the repository (or download the files):
git clone https://github.com/berkay-byte/Hash-with-python.git
- Run the tool:
python hash_hesaplayici.py
BASİT HASH HESAPLAYICI - GITHUB PROJEM
Hashlenecek metni girin: hello
[+] Girilen Metin: hello [+] MD5 Hash : 5d41402abc4b2a76b9719d911017c592 [+] SHA-256 Hash: 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824
[berkay-byte]