10 messages in net.sourceforge.lists.courier-usersRE: [courier-users] courier + mysql w...
FromSent OnAttachments
Oliver KuehneMar 17, 2003 2:38 pm 
Joe LaffeyMar 17, 2003 7:55 pm 
Matt HyclakMar 17, 2003 8:32 pm 
Mircea DamianMar 18, 2003 1:05 am 
Bowie BaileyMar 18, 2003 6:35 am 
Bi...@triligon.orgMar 18, 2003 8:36 am 
Joe LaffeyMar 18, 2003 9:30 am 
Bowie BaileyMar 18, 2003 9:43 am 
Mitch (WebCob)Mar 18, 2003 3:15 pm 
Bi...@triligon.orgMar 18, 2003 6:39 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [courier-users] courier + mysql with md5-encrypted passwordsActions...
From:Bi...@triligon.org (Bi@triligon.org)
Date:Mar 18, 2003 8:36:48 am
List:net.sourceforge.lists.courier-users

Given that the output is different for each one, if 'my pass' was the same on all boxes, I would say, 'extremely portable NOT' <G>

If 'my pass' was not the same, what was the point?

(or was the quoted string literal, not representational?)

Bill Hacker

In <4766@bnifex.cis.buc.com>, on 03/18/03 at 09:35 AM, Bowie Bailey <Bowi@BUC.com> said:

From: Matt Hyclak [mailto:hyc@math.ohiou.edu]

[host]$ perl print crypt('my pass','$1$') . "\n"; $1$$ZgHOLxjS.UBCu4uVg70a91 [host]$

Slightly more portable, as my linux crypt(3) doesn't support md5 :-)

This is a bit off-topic, but...

I ran this script on my Win2K box: C:\>perl print crypt('my pass', '$1$') . "\n"; $1Up8om3Gxhb6 C:\>

an HP-UX box: [hpux]$ perl print crypt('my pass', '$1$') . "\n"; $1yP7XbRMeGqE [hpux]$

and a Linux box: [linux]$ perl print crypt('my pass', '$1$') . "\n"; $1$$ZgHOLxjS.UBCu4uVg70a91 [linux]$

Am I missing something, or is this method not extremely portable?

Bowie

Regards,

Bill Hacker