md5 to String

06/16/2012 08:53 terminateur11#1
does anyone knows a tool or a website that can generate a string from the md5
;) ty
06/16/2012 08:59 TheOnlyOneRaskim#2
Quote:
Originally Posted by terminateur11 View Post
does anyone knows a tool or a website that can generate a string from the md5
;) ty

MD5 is an One Way hash....You could only Brutforce it, to get it....:facepalm:
06/16/2012 18:52 5405045#3
what about DES ?
06/16/2012 18:55 Hub4rz#4
Is it a salted hash?
If not you may try using rainbow tables: [Only registered and activated users can see links. Click Here To Register...]
06/16/2012 18:58 Xijezu#5
Quote:
Originally Posted by 5405045 View Post
what about DES ?
You can decrypt DES, but for this you need the algorythm & the key.

simple to get it. :3
06/17/2012 14:47 haxti#6
Quote:
Originally Posted by Xijezu View Post
You can decrypt DES, but for this you need the algorythm & the key.

simple to get it. :3

Auth Source Code is floating around heree somewhere. The DES functions are included. Just didn't want to waste my time on this since there are still servers without DB password.