Hi,
From: Mike Tancsa <[EMAIL PROTECTED]>
To: Jim Weeks <[EMAIL PROTECTED]>
Subject: Re: Generating encrypted passwords
Date: Tue, 10 Jul 2001 08:23:47 -0400
Message-ID: <[EMAIL PROTECTED]>
> What about a
> srand (time ^ $$ ^ unpack "%L*", `ps -auxw | gzip`);
>
> at the start of your program
If you use perl 5.005 or later, it's better to call srand without seed
or not to call srand at all. See perldoc -f srand for detail.
----
HIRATA Yasuyuki http://yasu.asuka.net/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message