Openwall Project   /home  Owl  JtR  Pro  crypt  pam_passwdqc  tcb  phpass  scanlogd  popa3d  msulogin  /  Linux  BIND  /  advisories  presentations  /  services  donations  /  wordlists  passwords  /  NEWS  community  lists  Wiki  CVSweb  mirrors  signatures
bringing security into open environments
 
Password Recovery Resources on the Net
[<prev] [next>] [<thread-prev] [thread-next>] [month] [year] [list]
Date: Wed, 18 Feb 2009 02:42:32 -0600
From: "Joshua J. Drake" <jtr-users@...p.org>
To: john-users@...ts.openwall.com
Subject: DES crypt hashes containing commas

Alexander,

I was wondering if you could comment on the following code from
DES_std.c:

        if (ciphertext[13]) return DES_atoi64[ARCH_INDEX(ciphertext[5])] |
                ((ARCH_WORD)DES_atoi64[ARCH_INDEX(ciphertext[6])] << 6) |
                ((ARCH_WORD)DES_atoi64[ARCH_INDEX(ciphertext[7])] << 12) |
                ((ARCH_WORD)DES_atoi64[ARCH_INDEX(ciphertext[8])] << 18);
		
Specifically, what are these hashes with commas at the end, and what
is the stuff after the commas for?  It looks like something salt and
something rounds?

-- 
Joshua J. Drake

[ CONTENT OF TYPE application/pgp-signature SKIPPED ]

Powered by Openwall GNU/*/Linux - Powered by OpenVZ