Skip to content

A Python program to bruteforce hashes of all different types.

License

Notifications You must be signed in to change notification settings

proplayer919/hashcrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hashcrack v2.3

Hashcrack is a simple, fast, and free hash bruteforcer for all different hashing algorithms.

Currently Supported Hash Algorithms

  • MD5
  • SHA256
  • SHA1
  • BCRYPT
  • SHA512

Usage

<program> [-c or --crack] <hash> [-a or --algorithm] <hash algorithm> [-si or --show-info] '-c / --crack' - Crack hash '-a / --algorithm' - Hash algorithm (sha256, md5, sha1, bcrypt, sha512) '-si / --show-info' - Show current information (dynamically updating - slows down a lot)\n <program> [-h or --hash] <text to hash> [-a or --algorithm] <hash algorithm> '-h / --hash' - Hash text '-a / --algorithm' - Hash algorithm (sha256, md5, sha1, bcrypt, sha512)