Possible Duplicate:
Is it possible to decrypt md5 hashes?
i have md5 checksum in string form.
example:
string md5 = "83bb108c0c4d94fab1a6748ca1ddfba6";
i want to get the byte[]
array back from this md5. i mean reverse MD5CryptoServiceProvider.ComputHash()
method . is this possible?