Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 739 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 739 Bytes

iPassU

A Hash-Based Password Cracker

About the Project

A Hash-Based Password Cracker tool. Works on any word list. Supports most of the commonly used hashing algorithms to store passwords No dependencies needed, just python

FEATURES

  • Efficient
  • Easy-to-Use
  • Lightweight
  • No Dependencies
  • Wordlist Independent (default word list provided)

ALGORITHMS SUPPORTED:

  • MD5
  • SHA-1
  • SHA-2
    • SHA2-224
    • SHA2-256
    • SHA2-348
    • SHA2-512
  • SHA-3
    • SHA3-224
    • SHA3-256
    • SHA3-348
    • SHA3-512

Developer

Screenshots



Tools used

  • Python3