Giter VIP home page Giter VIP logo

pymd5-collisions's Introduction

pymd5-collisions

Two sample python programs with the same md5 hash to illustrate collision vulnerability.

Explanation:

These python scripts illustrate a significant vulnerability in the MD5 hashing algorithm. Each of these programs have the same MD5 hash, but do different things. good.py and evil.py each contain a binary blob generated using Marc Stevens' MD5 collision generation tool fastcoll. This blob has the same MD5 hash, but differing SHA256 hashes. This fact is used to differentiate the behavior of the two programs.

The file "explanation.txt" contains pseudo-code describing the behavior of the two programs. Because "good.py" and "evil.py" contain binary blobs, github's text viewer cannot encode the files. Download and cat the files from a terminal prompt to view.

Usage:

user$ python good.py #prints "good" output user$ python bad.py #prints "bad" output

To view hashes: user$ openssl dgst -md5 good.py evil.py user$ openssl dgst -sha256 good.py evil.py

pymd5-collisions's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

akshaychacko

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.