|
General Details
|
|
Python
|
|
Posted 2.27 Years Ago
|
|
522 Views
|
|
Received 0 Ratings
|
|
Hash Encoding / Cracking Module
Description
Module for creating and cracking hashes. Very flexible and is able to be ported to many different front ends.
Technical
Python 2.6
Source Code
|
Download Source Code
hashcracker.zip ( 0.00Mb )
|
NEVER open a .exe, .bat, .cmd, or other executable file since that is where viruses are likely to live. Please virus scan all files you download.
|
Comments
| Please login to post comments. |
|
|
Thanks for your comment! I will look into doing that. I was not really thinking about speed when I first wrote this module. Also I know Base64 is not a hash, I just threw it in there for kicks. Anyways thanks again, pointing out mistakes is the only way I can improve.
|
|
|
in terms of speed, this isn't a very efficient method of coding an MD5 bruteforcer.
MD5 hashes are simply 16 byte signatures (128 bits), and it's much quicker to compare the raw hash as opposed to its hexadecimal representation - I, would convert the MD5 hash you are trying to crack into it's raw form then compare it to the raw 128 bit output of your hashed word from the word list.
Also, there is no such thing as a base64 hash :/ base64 is just encoding and decoding - it's not even encryption.
|
More "Python" Source Codes By This Author
Recently Posted "Python" Source Codes
Recently Rated "Python" Source Codes
|