does anyone knows a tool or a website that can generate a string from the md5
;) ty
06/16/2012 08:59TheOnlyOneRaskim#2
Quote:
Originally Posted by terminateur11
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:525405045#3
what about DES ?
06/16/2012 18:55Hub4rz#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:58Xijezu#5
Quote:
Originally Posted by 5405045
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:47haxti#6
Quote:
Originally Posted by Xijezu
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.