Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adityasaky/hashcracker
- Owner: adityasaky
- License: mit
- Created: 2015-06-21T06:30:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-20T18:04:41.000Z (over 9 years ago)
- Last Synced: 2024-10-16T08:51:11.849Z (3 months ago)
- Language: Python
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.