Skip to content

Instantly share code, notes, and snippets.

@diogogmt
diogogmt / test-reverse-md5.c
Created February 9, 2013 05:23
Reversing md5 hashes
#include <stdio.h>
#define T_MASK ((md5_word_t)~0)
#define T1 0xd76aa478
#define T2 0xe8c7b756
#define T3 0x242070db
#define T4 0xc1bdceee
#define T5 0xf57c0faf
#define T6 0x4787c62a
#define T7 0xa8304613