Skip to content

gfr2003/Password-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Password-breaker

Installation

Use the package manager pip to install the following dependencies

  • numpy

Then, run

python path_to_script

How to Use

The script will prompt you for a hash method (such as plain, SHA256, SHA512, etc.) and a string that was hashed with that method. Then, it will brute force all possible passwords for that hash and return the first one that matches.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages