Bitcoin Forum

Other => Beginners & Help => Topic started by: Thekool1s on September 14, 2014, 09:43:47 AM



Title: How to use md5 hash?
Post by: Thekool1s on September 14, 2014, 09:43:47 AM
I am planing to make a lotto but don't know how md5 works? Can any body explain it to me how it works? Suppose the jackpot numbers "10 25 1 31 22 8", I used this http://www.md5hashgenerator.com/ to generate the hash and the hash given was "175fb61c4ae79c9aaea9556a5511091d" How would my users know that i have not changed the result?


Title: Re: How to use md5 hash?
Post by: Velkro on September 14, 2014, 09:45:43 AM
ur question is not specific enough, but if you make from this numbers md5 hash, its proof that this are the numbers, because if someone want check it and will make md5 hash from this numbers again, it always will give same hash


Title: Re: How to use md5 hash?
Post by: Thekool1s on September 14, 2014, 09:46:59 AM
Oh Got it. I will give the md5 hash to for the jackpot is it crackable?


Title: Re: How to use md5 hash?
Post by: Sharona on September 14, 2014, 09:50:29 AM
Oh Got it. I will give the md5 hash to for the jackpot is it crackable?
It is advisable to use SHA256 and above as they are easily crackable. You can also add random character behind your answer. For example, (1020305070)jahgsgsnd and hash it. Release it after the result have been announced.


Title: Re: How to use md5 hash?
Post by: Thekool1s on September 14, 2014, 09:51:38 AM
ok guys thanks Got it :)