Repository navigation

#

password-crack

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
1 年前

SCrack is a SHA-1 password cracker that uses a known prefix (partial password) to brute-force the remaining characters and find a match with the target hash.

Python
2
6 天前

A simple cybersecurity script to crack NTLM hashes using John the Ripper

Python
1
10 天前

library to use gpu for password cracking

Python
0
4 个月前

library to use gpu for password cracking

0
3 个月前

library to use gpu for password cracking

0
2 个月前