Date: Wed, 3 Feb 1999 00:45:59 +0000 (GMT) From: Terry Lambert <tlambert@primenet.com> To: lem@cantv.net Cc: marcs@znep.com, hackers@FreeBSD.ORG Subject: Re: "$1$" crypt() algorithm Message-ID: <199902030046.RAA10389@usr09.primenet.com> In-Reply-To: <36B50F0E.9A921B32@cantv.net> from "Luis Mu?oz" at Jan 31, 99 10:18:54 pm
index | next in thread | previous in thread | raw e-mail
> > Does anyone know if there are any other OS'es that use a "$1$" identifier
> > for crypt()ed passwords but do not use the same md5 algorithm that FreeBSD
> > does?
>
> I wrote a perl module to handle this kind of encryption model
> on various machines. I know of people working on linux, alpha,
> sun and others with it sharing password files from other systems
> (probably linux and FreeBSD). In all of them it works, which means
> it is the same algorithm.
>
> I'll be very interested to know if you find any positives.
FWIW, LDAPv3 and related protocols and/or code expecting to obtain
authentication data from an LDAP database uses:
{crypt}SDFGgskh351!@
{md5}XXXXXXYYYYYZZZZ
(The passwords here are sames that aren't correct).
The point is that the algorithm is identified by a leading encoding
tag using the SASL ID for the thing.
Terry Lambert
terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902030046.RAA10389>
