Repository navigation
#
password-crack
- Website
- Wikipedia
Open-source tool to bypass windows and linux passwords from bootable usb
Shell
1898
1 年前
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.
Python
4
9 个月前
library to use gpu for password cracking
Python
0
11 天前