Skip to content

JohnBatshon/SHA256-Password-Cracking

Repository files navigation

SHA256-Password-Cracking

Description

This script takes a SHA-256 hash as input and attempts to crack it by checking a list of passwords from a file ("rockyou.txt"). It iterates through the password list, hashing each password and comparing it to the provided target hash. If a match is found, it reports the password and the number of attempts it took. The script is intended for password hash cracking and serves as a basic demonstration for educational purposes.

Languages and Utilities Used

  • Python

Environments Used

  • Kali Linux

Example of SHA256 Password Cracking

Showing the script in action via Kali Command-Line Interface:
Disk Sanitization Steps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages