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?
|