whats this??

Discussion in 'MySQL' started by sonic1234, Oct 19, 2009.

  1. #1
    can any one crack this for me???
    2$WIW9NMSB2fc

    i dont know if it is in hex or whatever...:)
    it would be a great help if u can....
     
    sonic1234, Oct 19, 2009 IP
  2. mastermunj

    mastermunj Well-Known Member

    Messages:
    687
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #2
    put some more light on the code..

    What is it used for? Any application that generates it?

    Give us any information you have as this can be any random code generated by any encryption system on earth and cracking this merely like this might take life as well :D

    If anyone already knows what it is then great, else more information will be helpful..
     
    mastermunj, Oct 19, 2009 IP
  3. sonic1234

    sonic1234 Member

    Messages:
    245
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #3
    this is the table---- now can u crack this...
    --
    -- Table structure for table `pass`
    --

    CREATE TABLE `pass` (
    `id` int(11) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `pass` varchar(255) NOT NULL default '',
    PRIMARY KEY (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

    --
    -- Dumping data for table `pass`
    --

    INSERT INTO `pass` VALUES(1, 'rapzap', '2$WIW9NMSB2fc');
     
    sonic1234, Oct 20, 2009 IP
  4. mastermunj

    mastermunj Well-Known Member

    Messages:
    687
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    110
    #4
    well, this is a password then and more over it is encrypted.

    Look for code in script which generates encrypted password from raw text, then it can be tried to decrypt the same..
     
    mastermunj, Oct 20, 2009 IP
  5. dhaval300

    dhaval300 Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    in mysql various encryption functions there......check it out....

    yr password is just encrypted one........don't worry check the database,,,,

    got it????
     
    dhaval300, Oct 26, 2009 IP