Skip to content
#

cracking-password

Here are 32 public repositories matching this topic...

BruteHash

BRUTE HASH is an hashes cracking tool ; >>> with the location of the wordlist, and the hashed value. The script generates a hash for each word in the list and compares it to the provided hash. If a match is found, it prints the plaintext value. This tool can be useful for security testing,

  • Updated Apr 5, 2023
  • Python

This Python-based password cracking tool is developed by Itz Burhan Khan, an ethical hacker and programmer. It utilizes various hashing algorithms such as MD5, SHA1, SHA256, and SHA512 to crack hashed passwords.

  • Updated Feb 5, 2024
  • Python

StegoCrack is a simple password cracking tool specialized in steganography, using steghide. It provides methods to carry out dictionary and brute force attacks. Educational only and should not be used for illegal purposes.

  • Updated Jan 24, 2024
  • Python

Improve this page

Add a description, image, and links to the cracking-password topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cracking-password topic, visit your repo's landing page and select "manage topics."

Learn more