Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 294 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 294 Bytes

detect-a-hash

A simple Python program that detects the hash provided.

Usage

./detect.py <hash>

Supported Hashes

  • MD5
  • SHA-1
  • SHA-256

TODO

  • At the moment, hashes are detected by character length. Will need to find a different way to determine the type of hash provided.