How to decrypt password in db?

Results 1 to 5 of 5
  1. #1
    Member libahunt is offline
    MemberRank
    Nov 2004 Join Date
    EstoniaLocation
    26Posts

    How to decrypt password in db?

    How can i get someones password from database? i need to check some items that a person has. i tried a php script that gives persons inventory but it seems not to show everything and i don't know how to look into warehouse.


  2. #2
    Newbie kventin is offline
    MemberRank
    Nov 2008 Join Date
    18Posts

    Re: How to decrypt password in db?

    Quote Originally Posted by libahunt View Post
    How can i get someones password from database? i need to check some items that a person has. i tried a php script that gives persons inventory but it seems not to show everything and i don't know how to look into warehouse.
    MD5 HASH Sum Not decryption
    If you need passwords, make and use special field four non MD5 password

  3. #3
    The Dinosaur chumpywumpy is offline
    Grand MasterRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: How to decrypt password in db?

    You can try the site below but decrypting md5 isn't easy unless you already know about decryption techniques. The whole point of encrypted password is to prevent the exact thing you are trying to do :P

    http://md5decryption.com/

  4. #4
    The Cat in the Hat cypher is offline
    Grand MasterRank
    Oct 2005 Join Date
    IrelandLocation
    5,068Posts

    Re: How to decrypt password in db?

    I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.

  5. #5
    Member libahunt is offline
    MemberRank
    Nov 2004 Join Date
    EstoniaLocation
    26Posts

    Re: How to decrypt password in db?

    Thx alot guys :)



Advertisement