View Single Post
Old 08-21-2004, 06:10 AM   #3 (permalink)
Pragma
I am Winter Born
 
Pragma's Avatar
 
Location: Alexandria, VA
That's what I would have said, but MD5 uses just hex numbers - and there's a : in the hash - that and I tried to MD5 the string "123456". It'd help if we had some kind of guarantee that it was a common/wellknown hash algorithm. Otherwise, I can write a hash algorithm that says "anything hashes to your big string" and get the same results.

It could be SHA-0 or SHA-1, those might be worth trying.

Out of curiosity, why do you need to know what hash algorithm this used?
Pragma is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73