Registry / auth / bordoni-phpass

bordoni-phpass

JSON →
library0.3.6phppackagistunverified

Portable PHP password hashing framework

composer require bordoni/phpass
INSTALL
IMPORT
SIG · BORDONI-PHPASS
B
bordoni-phpass
authphpv0.3.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PasswordHash
use Phpass\PasswordHash;

Hash and verify passwords using portable hashing

use Phpass\PasswordHash; $hasher = new PasswordHash(8, false); $hash = $hasher->HashPassword('mypassword'); $check = $hasher->CheckPassword('mypassword', $hash);
Debug
Known issues
gotchaPHPass is outdated; prefer PHP's native password_hash() for new projects
fix
Use password_hash() and password_verify() instead
affects: >=0.3.0
Upgrade
Version history
0.3.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
OpenAI (training)
1
Resources
bordoni-phpass — pip install bordoni-phpass · libregistry