Coder Social home page Coder Social logo

kelvinlener / md5-collision-finder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tastyfeeder/md5-collision-finder

0.0 0.0 0.0 152 KB

A Python code that find collisions in MD5 hashes. It can be fully customized to test not only MD5. You can also change the hash length to reduce time. The strings used to generate the hashes are random. In practitcal, it seems more faster.

License: GNU General Public License v3.0

Python 100.00%

md5-collision-finder's Introduction

md5-collision-finder

A Python code that find collisions in MD5 hashes. It can be fully customized to test not only MD5. You can also change the hash length to reduce time. The strings used to generate the hashes are random. In practitcal, it seems more faster.

Juste run the command:

python MD5Collisions.py

usage: HashColl.py [-h] -s STRINGL -t HASHL -r MAXRAM -c MAXCOLL

MD5 - Collision Finder

optional arguments:

-h, --help show this help message and exit

-s STRINGL, --stringL String Length to Hash

-t HASHL, --hashL Hash length to test

-r MAXRAM, --maxRam Max RAM to use for this program

-c MAXCOLL, --maxColl Number of collision to find before stopping

As explained in the code, it will prompt a message every 100000 tests so don't panic.

  • In the end, it will prompt the list of string which generate similar hashes. Keep in mind that they are only similar for a portion of the hash (except if you have generate a full length hash)

  • It also have a cool feature to limit the use of RAM. You can't set a limit to not destroy your system and be able to leave your computer during processing.

  • Only tested on Linux Ubuntu 11.04

Licence GPL GNU

md5-collision-finder's People

Contributors

baptiste-leterrier avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.