[<prev] [next>] [<thread-prev] [thread-next>] [day] [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 blists - more mailing lists
Powered by Openwall GNU/*/Linux -
Powered by OpenVZ