Date: 04/29/01
- Next message: Andi Gutmans: "Re: [PHP-DEV] Re: Crypt salts not random.. (fwd)"
- Previous message: andi <email protected>: "[PHP-DEV] Bug #7344 Updated: opendir always returns a resource even on non-existen directories"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] Re: Crypt salts not random.. (fwd)"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] Re: Crypt salts not random.. (fwd)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, 29 Apr 2001, Zeev Suraski wrote:
> In order to avoid this you actually have to call it at completely different
> times, something you can't really guarantee. We should probably not use
> the timestamp as the seed (at least not alone), but also take the pid into
> account.
>
> Zeev
>
That only really works for forking webservers, does it not? Another alternative
would be to use microseconds...
--John Donagher Application Engineer Intacct Corp. - Powerful Accounting on the Web 408-395-0989 720 University Ave. Los Gatos CA 95032 www.intacct.com
Public key available off http://www.keyserver.net Key fingerprint = 4024 DF50 56EE 19A3 258A D628 22DE AD56 EEBE 8DDD
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "Re: [PHP-DEV] Re: Crypt salts not random.. (fwd)"
- Previous message: andi <email protected>: "[PHP-DEV] Bug #7344 Updated: opendir always returns a resource even on non-existen directories"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] Re: Crypt salts not random.. (fwd)"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] Re: Crypt salts not random.. (fwd)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

