completed

Cryptographic Hash Generator

Python-based tool for generating cryptographic hashes using multiple algorithms.

Python hashlib CLI
Cryptographic Hash Generator

Project Overview

A command-line cryptographic hash generator built in Python that supports multiple hashing algorithms. Designed as a utility for security testing, integrity verification, and password hash analysis.

Technologies Used

  • Python 3 — Core language
  • hashlib — Standard library for cryptographic hashing
  • argparse — CLI argument parsing

Features

  • Generate hashes from strings or files
  • Support for MD5, SHA-1, SHA-256, and SHA-512
  • Batch file processing
  • Output in hexadecimal or Base64 format

Usage

python hashgen.py -a sha256 -s "password123"
python hashgen.py -a sha512 -f document.pdf

Skills Demonstrated

  • Python development
  • Cryptographic fundamentals
  • CLI tool design
  • Security utility development
zer0arc4

zer0arc4

Cybersecurity Student | Penetration Tester | Aspiring Red Teamer

Documenting my journey through cybersecurity, penetration testing, CTFs, research, and tool development.

Related Posts