Re: MD5 passwords

2000-08-30 Thread Daniel Augusto Fernandes
Mark Chesney wrote: > > under freebsd: > > ln -fs /usr/lib/libscrypt.a /usr/lib/libcrypt.a > ln -fs /usr/lib/libscrypt.so /usr/lib/libcrypt.so > ln -fs /usr/lib/libscrypt.so.2 /usr/lib/libcrypt.so.2 > > and if profiled libs are installed: > > ln -fs /usr/lib/libscrypt_p.a /usr/lib/libcrypt_p.a

RE: MD5 passwords

2000-08-30 Thread Mark Chesney
AM To: [EMAIL PROTECTED] Cc: VpopMail Subject: Re: MD5 passwords [EMAIL PROTECTED] wrote: > > Is it posible to use an MD5 passwords in vpopmail? > I would like to use longer pass than 8 chars Right now it only uses crypt(). Which can be platform dependent, but usually is just the norma

Re: MD5 passwords

2000-08-30 Thread milan
On Wed, Aug 30, 2000 at 02:02:01AM -0500, Ken Jones wrote: > [EMAIL PROTECTED] wrote: > > > > Is it posible to use an MD5 passwords in vpopmail? > > I would like to use longer pass than 8 chars > > Right now it only uses crypt(). Which can be platform > dependent, but usually is just the normal

Re: MD5 passwords

2000-08-30 Thread Ken Jones
[EMAIL PROTECTED] wrote: > > Is it posible to use an MD5 passwords in vpopmail? > I would like to use longer pass than 8 chars Right now it only uses crypt(). Which can be platform dependent, but usually is just the normal 8 chars. If you want to submit MD5 functions to replace crypt() I will g