|
Message-ID: <BAY120-W2580E82E9C588948E17A14B0B40@phx.gbl> Date: Tue, 17 Feb 2009 02:53:46 +0000 From: P PO1434 <p2409@...mail.com> To: <john-users@...ts.openwall.com> Subject: RE: 2 known letters + wordlist word --> is new format definition best way? Thanks for the tips. I'm using the salts, and the passwords are getting cracked, however with a key file of 4 lines, I am only cracking one ciphertext per run. john.pot records this, and then at the next run cracks the next line in the keyfile. I'm suspecting that I'm only using one salt per run..perhaps the salts should be stored/checked in an array? Here are my salt functions (OSCSalt is a global var): // Convert ASCII salt to its internal representation static void *oscmd5_get_salt(char *ciphertext) { strncpy(OSCSalt,ciphertext+5,SALT_SIZE); OSCSalt[2]=0; return OSCSalt; } /* Sets a salt for the crypt_all() method */ static void oscmd5_set_salt(void *salt) { strncpy(OSCSalt,salt,SALT_SIZE+1); } Is there something wrong with these? Thanks _________________________________________________________________ Are you paid what you're worth? Find out: SEEK Salary Centre http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_salary&_m=EXT
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.