Re: Passwords and MD5

2003-06-20 Thread Kris Kennaway
On Thu, Jun 19, 2003 at 05:38:13PM -0500, Tim Legg wrote: Why is that? If you're interested in the details of the password hashing algorithm, refer to the source code in /usr/src/lib/libcrypt. The md5 password hash algorithm is a bit more complicated than a single MD5. Kris pgp0.pgp

Re: Passwords and MD5

2003-06-19 Thread Chuck Swiger
Tim Legg wrote: [ ... ] nerdy:$1$1xYw.V8w$IozDgrd4srvZPPqu85cR..:1005:1006::0:0:Mr. Know-it-all:/home/nerdy:/bin/sh The $1$ means we are in fact using MD5. but when I run md5 in the command line, I get $ md5 -s FreeBSD MD5 (FreeBSD) = a3dc630729e463135f4e608954fa6e19 which is considerably