cvs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Cvs-dev] cvs-passwd patch: weird problem


From: Mark D. Baushke
Subject: Re: [Cvs-dev] cvs-passwd patch: weird problem
Date: Tue, 22 Aug 2006 00:26:02 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Prasad,

Prasad J Pandit <address@hidden> writes:

> > And you're using crypt() in a non-portable fashion (standard crypt
> > does not support MD5).
> 
>    Any other *better* option ?

You may wish to use google to look up information on Modular Crypt
Format (MCF). Another search term would be MD5-PW.

In a typical case, if there is a crypt_set_format() function, it may
support md5, blowfish or other formats. The password typically looks
like

        $1$theMD5Salt$rest
        $2$theBlowFishSalt$re

Of course, that is typically using the crypt() function supported by the
host. You will want to identify ways to support MD5 passwords even on
hosts that do not normally support that algorithm.

        Enjoy!
        -- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (FreeBSD)

iD8DBQFE6rGKCg7APGsDnFERAtN6AJ9UiYdcho9L21PItCrTjYYfFlckTQCfZBgl
PzHPt7cYGQLQ8SX1ZN4sB84=
=eGM6
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]