futuresight / futurebb

The forum system by FutureSight Technologies. A live sample can be seen at http://futuresight.org/forums
http://futurebb.futuresight.org
2 stars 2 forks source link

Convert passwords to better hashing format #144

Closed jacob-g closed 8 years ago

jacob-g commented 8 years ago

See http://php.net/manual/en/faq.passwords.php#faq.passwords.fasthash for the functions to use.

When the user logs in and the password hasn't been converted, convert it.

jacob-g commented 8 years ago

Unfortunately PHP 5.5.0 or later is required, and many servers do not support that.