Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adityasaky/hashcracker

Simple hashcracker written in Python
https://github.com/adityasaky/hashcracker

Last synced: about 1 month ago
JSON representation

Simple hashcracker written in Python

Awesome Lists containing this project

README

        

# hashcracker
Simple hashcracker written in Python using the Cain wordlist.

Feel free to use your own wordlist. Just replace words.txt with your own file and ensure it is named words.txt.

##Installation

###Download
Download the zip and extract the contents. Open terminal in the directory.

###For md5sum, run:
```
python check_md5.py
```
to decode the md5 hash and
```
python encode_md5.py
```
to generate md5sum of any word.

###For sha1, run:
```
python check_sha1.py
```
to decode the sha1 hash and
```
python encode_sha1.py
```
to generate sha1 of any word.