View Single Post
  #14 (permalink)  
Old 11-05-09, 07:41 AM
greg1996 greg1996 is offline
Newbie Coder
 
Join Date: Oct 2009
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
ok I get it now but I calculated that there are about
340282367000000000000000000000000000000 possibilities in md5;
I found it on the net that there are about 4970000 characters in the bible.
So If you encode the bible and change 1 character the md5 code will change too

I created a code that tests all the possibilities but it only works with up to 4 characters of text and at 4 it takes about 5minutes to try the possibilities. you can try it here.
(characters it tests :'' ,'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'é', 'á', 'ű', 'ő', 'ú', 'ö', 'ü', 'ó', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '§', "'", '"', '~', 'ˇ', '+', '^', '!', '˘', '%', '°', '/', '˛', '=', '`', '˙', '(', ')', '´', '˝', '¨', '¸', '|', 'Ä', '€', '÷', 'Í', '×', 'ä', 'đ', 'Đ', '[', ']', 'í', 'ł', 'Ł', '$', 'ß', '¤', '<', '>', '#', '&', '@', '{', '}', ';', '?', ':', '.', '-', '_', ' ')
Reply With Quote