Skip to content

This Python program, called CRACKSHA256, is a simple SHA256 hash cracker that takes a SHA256 hash and a wordlist as inputs. It attempts to crack the hash by iterating over each word in the wordlist, encoding it, and hashing it using SHA256. If successful, it prints the word that was used to generate the hash.

Notifications You must be signed in to change notification settings

FilipRokita/CRACKSHA256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CRACKSHA256

Script that uses wordlist to decode given hash. Start the script, input hash and wordlist, then click enter.

Usage

  1. Run the script
  2. Input SHA256 hash
  3. Input wordlist
  4. Correct word will be displayed if it is included in wordlist

Legal

Developer assume no liability and is not responsible for any misuse or damage caused by CRACKSHA256. Only use for educational purposes!

Author

Filip Rokita
www.filiprokita.com

About

This Python program, called CRACKSHA256, is a simple SHA256 hash cracker that takes a SHA256 hash and a wordlist as inputs. It attempts to crack the hash by iterating over each word in the wordlist, encoding it, and hashing it using SHA256. If successful, it prints the word that was used to generate the hash.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages