Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MD5 lookup table
#4
(05-10-2011, 09:10 AM)★Cooldude★ Wrote: Thanks. I do understand it's not a decryption, and how many entries would have to be added. To be honest, I just wanted to work out how the MD5 "decryption" websites worked.

Edit: misread your response, seems you don't need an explanation. Someone else my find some use in this.

Simple practice:
password -> 5f4dcc3b5aa765d61d8327deb882cf99

the hashed value is then stored in the database, if anyone comes along next and what's to know what: 5f4dcc3b5aa765d61d8327deb882cf99 is, your program will lookup the md5 and return the plain text version. But this will only work if you have computed the hash already.

Advanced practice:
Do a google search on Rainbow Tables.
Reply


Messages In This Thread
MD5 lookup table - by ★Cooldude★ - 05-08-2011, 09:19 AM
RE: MD5 lookup table - by KoBE - 05-10-2011, 08:43 AM
RE: MD5 lookup table - by ★Cooldude★ - 05-10-2011, 09:10 AM
RE: MD5 lookup table - by KoBE - 05-10-2011, 01:23 PM
RE: MD5 lookup table - by Gaijin - 05-11-2011, 07:07 AM
RE: MD5 lookup table - by ★Cooldude★ - 05-13-2011, 08:40 AM
RE: MD5 lookup table - by Imports System.Net - 05-13-2011, 09:22 AM
RE: MD5 lookup table - by ★Cooldude★ - 05-13-2011, 11:04 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)