Skip to content

A password cracker that accepts MD5 hashes and custom wordlists.

Notifications You must be signed in to change notification settings

trevorw22/crack3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

crack3d

crack3d.py is my MD5 hash cracker written in Python 2. It requires the md5 library which can be installed with pip install md5, or pip3 install md5.

Here is an example hash for testing: 42f749ade7f9e195bf475f37a44cafcb

Here is a website that generates hashes so you can test your own passwords: http://www.miraclesalad.com/webtools/md5.php

You can use any password dictionary file you want to with crack3d as long as it's txt and uses new lines for each password.

About

A password cracker that accepts MD5 hashes and custom wordlists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages