anyone an idea?
how to brute force such a hash with all alphanumeric 6 char strings?
example with 3 char only:
thanks!
how to brute force such a hash with all alphanumeric 6 char strings?
example with 3 char only:
Code:
hash('foo') = md5(subs['f']+subs['o']+subs['o'])
= md5('gdf4oiu8gugu3otyu081rtyu3otyu081rty') = '2144e74661812f17e37f972c981282d9'
thanks!