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....
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 If anyone already knows what it is then great, else more information will be helpful..
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');
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..
in mysql various encryption functions there......check it out.... yr password is just encrypted one........don't worry check the database,,,, got it????