Skip to content

ethicalhackingplayground/sha1decryper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

sha1decryper

Simple Sha1 Bruteforcer

How it works

What this algorithm simply does, is it will go through each word in a dictionary and encode the word into a sha1 hash and if it matches with the one you inputted, it will then be cracked.

How to install it

git clone https://github.com/ethicalhackingplayground/sha1decryper.git

Arguments

usage: sha1cracker.py [-h] [--hash HASH] [--wordlist WORDLIST]

Give it a shot and tell me what you think.

About

Attempts to crack a sha1 hash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages