Top "Phpass" questions

phpass is a portable public domain password hashing framework for use in PHP applications.

Codeigntier: Unable to load the requested file: helpers/phpass_helper.php on Ubuntu 14.04

I am trying to load Phpass helper in my base controller in order to hash my password. However, it doesn't …

php codeigniter ubuntu phpass
Portable (PHPass) password hashes. Should I use them?

I'm installing a user registration script (Tank Auth) for my website. In the installation guide its says, WARNING: By default …

php database passwords phpass
Check WordPress hashed password with plain password

I am building a external application for which user login credentials will be taken from WordPress site database table 'users' …

php mysql wordpress hash phpass
Can I access /dev/urandom with open_basedir in effect?

I want to use phpass-0.3 in Codeigniter, but I get the following error due to open_basedir: A PHP Error …

php codeigniter phpass
Using PHPass to hash passwords in Codeigniter

Just want to use PHPass in Codeigniter to hash the password. I downloaded the zip file from phpass website, extracted …

php codeigniter phpass
how to implement phpass into login

i am having difficulty implementing phpass into my login procedure - not knowing how to implement it alongside my current …

php phpass