gnuherds-app-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PasswordHash.php


From: Antenore Gatta
Subject: PasswordHash.php
Date: Thu, 31 Jan 2008 07:58:32 +0100

Hi all,

there is a new version of PasswordHash.php , there is only one minimal modification:

From :

$random_state = microtime() . getmypid();

To:

$this->random_state = microtime() . getmypid();

Regards
Antenore.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]