Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filiprokita/cracksha256

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.
https://github.com/filiprokita/cracksha256

bruteforce cracking hack hacking hacking-tool password-crack password-cracker password-cracking-and-hash-cracking password-decryption password-decryptor password-hash programming python security sha256

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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