Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/filiprokita/cracksha256
- Owner: FilipRokita
- License: mit
- Created: 2021-12-03T21:52:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T21:58:44.000Z (6 months ago)
- Last Synced: 2024-07-18T02:02:34.410Z (6 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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