RE: passwd encryption

2004-12-30 Thread Lewick, Taylor
Did you try doing a chomp of $paarts[2]? See if that gets them to match... -Original Message- From: Veera Prasad [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 10:30 AM To: 'dbi-users@perl.org' Subject: passwd encryption Hi Guys, I 've used below code to encrypt password u

RE: passwd encryption

2004-12-30 Thread Veera Prasad
I did try that ..but still no luck.. Thanks -Original Message- From: Lewick, Taylor [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 11:50 AM To: Veera Prasad; dbi-users@perl.org Subject: RE: passwd encryption Did you try doing a chomp of $paarts[2]? See if that gets them

Re: passwd encryption

2004-12-30 Thread Tim Bunce
On Thu, Dec 30, 2004 at 11:29:51AM -0500, Veera Prasad wrote: > Hi Guys, > > I 've used below code to encrypt password using perl module (library) called > 'Crypt::PasswdMD5" > and saved it to a file. e.g. "vprasad:$1$121154.6$CeoM.iep2C7nx0ePmUaW10". > > use Crypt::PasswdMD5; > $password = 'Cra

RE: passwd encryption

2004-12-31 Thread c.w.huling
uot;; } Veera Prasad writes: > I did try that ..but still no luck.. > > Thanks > > -Original Message- > From: Lewick, Taylor [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 30, 2004 11:50 AM > To: Veera Prasad; dbi-users@perl.org > Subject: RE: passw